Skip to content

Commit aa87185

Browse files
committed
Merged PR 42718: Insert format into internal/release/6.0.4xx
The real payload https://dev.azure.com/dnceng/internal/_build/results?buildId=2535223&view=results ---- #### AI description (iteration 1) #### PR Classification Code update for internal release configuration. #### PR Summary This pull request updates the internal release configuration for version 6.0.4xx. - Updated `NuGet.config` to add new package sources for `dotnet-templating`, `dotnet-aspnetcore`, `dotnet-runtime`, and `dotnet-windowsdesktop`. - Modified `eng/Version.Details.xml` to update the `dotnet-format` dependency version and its repository URI. - Updated `eng/Versions.props` to reflect the new version of `dotnet-format`.
2 parents 0f7bfed + 5205550 commit aa87185

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
<Sha>5d69143fbe992d8fa33d5b83d5fdd5f4ed7bb4fc</Sha>
8484
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
8585
</Dependency>
86-
<Dependency Name="dotnet-format" Version="6.4.545403">
87-
<Uri>https://github.com/dotnet/format</Uri>
88-
<Sha>0003cd7bf1ef4a96105e47accb90daaff189d2e2</Sha>
86+
<Dependency Name="dotnet-format" Version="6.4.546001">
87+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-format</Uri>
88+
<Sha>de18e55a2bf88258e109faa253d6c83047ef6ddf</Sha>
8989
<SourceBuildTarball RepoName="format" ManagedOnly="true" />
9090
</Dependency>
9191
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.3.1-3.22526.13">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</PropertyGroup>
9393
<PropertyGroup>
9494
<!-- Dependencies from https://github.com/dotnet/format -->
95-
<dotnetformatVersion>6.4.545403</dotnetformatVersion>
95+
<dotnetformatVersion>6.4.546001</dotnetformatVersion>
9696
</PropertyGroup>
9797
<PropertyGroup>
9898
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)