Skip to content

Commit be56db5

Browse files
Cosifnevseanreesermsft
authored andcommitted
Merged PR 43028: Update format in 8.0.3xx
Real build is https://dev.azure.com/dnceng/internal/_build/results?buildId=2541851&view=results branch model: https://github.com/dotnet/format @ release/8.x -> .NET 8 https://github.com/dotnet/format (.NET 8) ==> 'https://github.com/dotnet/sdk' ('release/8.0.3xx') ---- #### AI description (iteration 1) #### PR Classification Code cleanup and dependency update. #### PR Summary This pull request updates the format and dependencies to version 8.0.3xx. - `NuGet.config`: Removed multiple old package sources and added a new package source for `dotnet-format`. - `eng/Version.Details.xml`: Updated `dotnet-format` dependency version and its source URL. - `eng/Versions.props`: Updated the `dotnetformatVersion` property to the new version.
1 parent d082977 commit be56db5

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

NuGet.config

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
<add key="darc-pub-dotnet-emsdk-d667257" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-d6672570/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-emsdk -->
99
<!-- Begin: Package sources from dotnet-format -->
10-
<add key="darc-pub-dotnet-format-7bb270d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0/nuget/v3/index.json" />
11-
<add key="darc-pub-dotnet-format-7bb270d-9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-9/nuget/v3/index.json" />
12-
<add key="darc-pub-dotnet-format-7bb270d-8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-8/nuget/v3/index.json" />
13-
<add key="darc-pub-dotnet-format-7bb270d-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-7/nuget/v3/index.json" />
14-
<add key="darc-pub-dotnet-format-7bb270d-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-6/nuget/v3/index.json" />
15-
<add key="darc-pub-dotnet-format-7bb270d-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-5/nuget/v3/index.json" />
16-
<add key="darc-pub-dotnet-format-7bb270d-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-4/nuget/v3/index.json" />
17-
<add key="darc-pub-dotnet-format-7bb270d-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-3/nuget/v3/index.json" />
18-
<add key="darc-pub-dotnet-format-7bb270d-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-2/nuget/v3/index.json" />
19-
<add key="darc-pub-dotnet-format-7bb270d-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-1/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-format-86f5186" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-format-86f5186d/nuget/v3/index.json" />
2011
<!-- End: Package sources from dotnet-format -->
2112
<!-- Begin: Package sources from dotnet-aspnetcore -->
2213
<add key="darc-int-dotnet-aspnetcore-c2a4429" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-c2a44298/nuget/v3/index.json" />
@@ -73,6 +64,7 @@
7364
<!-- Begin: Package sources from dotnet-emsdk -->
7465
<!-- End: Package sources from dotnet-emsdk -->
7566
<!-- Begin: Package sources from dotnet-format -->
67+
<add key="darc-int-dotnet-format-86f5186" value="true" />
7668
<!-- End: Package sources from dotnet-format -->
7769
<!-- End: Package sources from dotnet-aspnetcore -->
7870
<!-- 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>80c165644db640d0f309affe0daa281c7e17b939</Sha>
7878
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
7979
</Dependency>
80-
<Dependency Name="dotnet-format" Version="8.3.536002">
81-
<Uri>https://github.com/dotnet/format</Uri>
82-
<Sha>7bb270d0f3380ff4adcb5e917fb5a2111d50bbad</Sha>
80+
<Dependency Name="dotnet-format" Version="8.3.546805">
81+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-format</Uri>
82+
<Sha>86f5186deeea364bd8541d51657e52a54b2a96b2</Sha>
8383
<SourceBuild RepoName="format" ManagedOnly="true" />
8484
</Dependency>
8585
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.10.0-3.24453.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.536002</dotnetformatVersion>
118+
<dotnetformatVersion>8.3.546805</dotnetformatVersion>
119119
</PropertyGroup>
120120
<PropertyGroup>
121121
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)