Skip to content

Commit 50295e6

Browse files
Cosifnevseanreesermsft
authored andcommitted
Merged PR 43029: Update format in 8.0.1xx
Real build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2542004&view=results Branch model: (5420) https://github.com/dotnet/format @ release/8.0.1xx -> .NET 8.0.1xx SDK https://github.com/dotnet/format (.NET 8.0.1xx SDK) ==> 'https://github.com/dotnet/sdk' ('release/8.0.1xx') ---- #### AI description (iteration 1) #### PR Classification Code cleanup and dependency update. #### PR Summary This pull request updates the format and dependencies in the project to version 8.0.1xx. - `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 URI. - `eng/Versions.props`: Updated the `dotnetformatVersion` property to the new version.
1 parent db993d2 commit 50295e6

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
@@ -6,16 +6,7 @@
66
<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" />
77
<!-- End: Package sources from dotnet-emsdk -->
88
<!-- Begin: Package sources from dotnet-format -->
9-
<add key="darc-pub-dotnet-format-b252c60" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608/nuget/v3/index.json" />
10-
<add key="darc-pub-dotnet-format-b252c60-9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-9/nuget/v3/index.json" />
11-
<add key="darc-pub-dotnet-format-b252c60-8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-8/nuget/v3/index.json" />
12-
<add key="darc-pub-dotnet-format-b252c60-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-7/nuget/v3/index.json" />
13-
<add key="darc-pub-dotnet-format-b252c60-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-6/nuget/v3/index.json" />
14-
<add key="darc-pub-dotnet-format-b252c60-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-5/nuget/v3/index.json" />
15-
<add key="darc-pub-dotnet-format-b252c60-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-4/nuget/v3/index.json" />
16-
<add key="darc-pub-dotnet-format-b252c60-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-3/nuget/v3/index.json" />
17-
<add key="darc-pub-dotnet-format-b252c60-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-2/nuget/v3/index.json" />
18-
<add key="darc-pub-dotnet-format-b252c60-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-1/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-format-27f1865" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-format-27f18656/nuget/v3/index.json" />
1910
<!-- End: Package sources from dotnet-format -->
2011
<!-- Begin: Package sources from dotnet-aspnetcore -->
2112
<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" />
@@ -70,6 +61,7 @@
7061
<add key="darc-int-dotnet-aspnetcore-c2a4429" value="true" />
7162
<!-- End: Package sources from dotnet-aspnetcore -->
7263
<!-- Begin: Package sources from dotnet-format -->
64+
<add key="darc-int-dotnet-format-27f1865" value="true" />
7365
<!-- End: Package sources from dotnet-format -->
7466
<!-- End: Package sources from dotnet-aspnetcore -->
7567
<!-- 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>fc5e9eda234e2b69aa479f4f83faddc31fdd4da7</Sha>
7878
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
7979
</Dependency>
80-
<Dependency Name="dotnet-format" Version="8.1.536001">
81-
<Uri>https://github.com/dotnet/format</Uri>
82-
<Sha>b252c608794019761c3f0eb50d142db1ff1b6a2e</Sha>
80+
<Dependency Name="dotnet-format" Version="8.1.546807">
81+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-format</Uri>
82+
<Sha>27f18656aab37d71839f562c0653afce07a2d2fd</Sha>
8383
<SourceBuild RepoName="format" ManagedOnly="true" />
8484
</Dependency>
8585
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-7.24423.6">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</PropertyGroup>
113113
<PropertyGroup>
114114
<!-- Dependencies from https://github.com/dotnet/format -->
115-
<dotnetformatVersion>8.1.536001</dotnetformatVersion>
115+
<dotnetformatVersion>8.1.546807</dotnetformatVersion>
116116
</PropertyGroup>
117117
<PropertyGroup>
118118
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)