Skip to content

Commit 6774cd4

Browse files
rainersigwaldvseanreesermsft
authored andcommitted
Merged PR 50140: [8.0.4xx] dotnet-format 8.3.626607
dotnet-format 8.3.626607 With updated transitive MSBuild reference. ---- #### AI description (iteration 1) #### PR Classification This pull request performs a dependency update for dotnet-format. #### PR Summary The update advances the dotnet-format dependency to version 8.3.626607 by switching from public to internal package sources and updating associated version details. - In `NuGet.config`, multiple public feed entries for dotnet-format are replaced with a single internal feed entry and flag. - In `/eng/Version.Details.xml`, the dotnet-format dependency version, repository URI, and SHA are updated. - In `/eng/Versions.props`, the dotnetformatVersion property is updated to the new version. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 817c7fd + 98332c6 commit 6774cd4

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

NuGet.config

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
<add key="darc-pub-dotnet-emsdk-adc0d6e-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-adc0d6e7-1/nuget/v3/index.json" />
1515
<!-- End: Package sources from dotnet-emsdk -->
1616
<!-- Begin: Package sources from dotnet-format -->
17-
<add key="darc-pub-dotnet-format-59e6d3d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-59e6d3d2/nuget/v3/index.json" />
18-
<add key="darc-pub-dotnet-format-59e6d3d-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-59e6d3d2-7/nuget/v3/index.json" />
19-
<add key="darc-pub-dotnet-format-59e6d3d-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-59e6d3d2-6/nuget/v3/index.json" />
20-
<add key="darc-pub-dotnet-format-59e6d3d-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-59e6d3d2-5/nuget/v3/index.json" />
21-
<add key="darc-pub-dotnet-format-59e6d3d-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-59e6d3d2-4/nuget/v3/index.json" />
22-
<add key="darc-pub-dotnet-format-59e6d3d-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-59e6d3d2-3/nuget/v3/index.json" />
17+
<add key="darc-int-dotnet-format-2e56b0d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-format-2e56b0d5/nuget/v3/index.json" />
2318
<!-- End: Package sources from dotnet-format -->
2419
<!-- Begin: Package sources from dotnet-aspnetcore -->
2520
<add key="darc-int-dotnet-aspnetcore-fa4d80b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-fa4d80b7/nuget/v3/index.json" />
@@ -82,6 +77,7 @@
8277
<add key="darc-int-DotNet-msbuild-Trusted-933b72e" value="true" />
8378
<!-- End: Package sources from DotNet-msbuild-Trusted -->
8479
<!-- Begin: Package sources from dotnet-format -->
80+
<add key="darc-int-dotnet-format-2e56b0d" value="true" />
8581
<!-- End: Package sources from dotnet-format -->
8682
<!-- End: Package sources from dotnet-aspnetcore -->
8783
<!-- Begin: Package sources from dotnet-runtime -->

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<Sha>e11d7079bebc6f101c5313fe0d1de9e3d38a7c02</Sha>
7878
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
7979
</Dependency>
80-
<Dependency Name="dotnet-format" Version="8.3.617508">
81-
<Uri>https://github.com/dotnet/format</Uri>
82-
<Sha>59e6d3d25002f5d630274b7ceb0cb164fdf0a996</Sha>
80+
<Dependency Name="dotnet-format" Version="8.3.626607">
81+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-format</Uri>
82+
<Sha>2e56b0d5d177375fc6d54c055025d16a7772724d</Sha>
8383
<SourceBuild RepoName="format" ManagedOnly="true" />
8484
</Dependency>
8585
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24554.2">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</PropertyGroup>
116116
<PropertyGroup>
117117
<!-- Dependencies from https://github.com/dotnet/format -->
118-
<dotnetformatVersion>8.3.617508</dotnetformatVersion>
118+
<dotnetformatVersion>8.3.626607</dotnetformatVersion>
119119
</PropertyGroup>
120120
<PropertyGroup>
121121
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)