Skip to content

Commit 63ae83f

Browse files
Cosifnevseanreesermsft
authored andcommitted
Merged PR 43027: Update format in 8.0.4xx
Real build is https://dev.azure.com/dnceng/internal/_build/results?buildId=2541851&view=results Matching branch is `release/8.x` 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.4xx') ---- #### AI description (iteration 1) #### PR Classification Dependency update. #### PR Summary This pull request updates the version of the `dotnet-format` dependency to a newer version. - Updated `dotnet-format` version in `/eng/Version.Details.xml` from `8.3.545404` to `8.3.546805`. - Updated `dotnet-format` package source key in `/NuGet.config`. - Updated `dotnetformatVersion` property in `/eng/Versions.props` to `8.3.546805`.
1 parent 764f7b0 commit 63ae83f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +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-int-dotnet-format-bba4c04" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-format-bba4c044/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" />
1111
<!-- End: Package sources from dotnet-format -->
1212
<!-- Begin: Package sources from dotnet-aspnetcore -->
1313
<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" />
@@ -68,7 +68,7 @@
6868
<!-- Begin: Package sources from dotnet-aspnetcore -->
6969
<add key="darc-int-dotnet-aspnetcore-c2a4429" value="true" />
7070
<!-- Begin: Package sources from dotnet-format -->
71-
<add key="darc-int-dotnet-format-bba4c04" value="true" />
71+
<add key="darc-int-dotnet-format-86f5186" value="true" />
7272
<!-- End: Package sources from dotnet-format -->
7373
<!-- End: Package sources from dotnet-aspnetcore -->
7474
<!-- Begin: Package sources from dotnet-runtime -->

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<Sha>af2f522de602281d4ef5a7b71507c428e814c5c1</Sha>
7878
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
7979
</Dependency>
80-
<Dependency Name="dotnet-format" Version="8.3.545404">
80+
<Dependency Name="dotnet-format" Version="8.3.546805">
8181
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-format</Uri>
82-
<Sha>bba4c044e3aacad325c314cde9f369ef9f5a48a3</Sha>
82+
<Sha>86f5186deeea364bd8541d51657e52a54b2a96b2</Sha>
8383
<SourceBuild RepoName="format" ManagedOnly="true" />
8484
</Dependency>
8585
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24467.3">

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.545404</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)