Skip to content

Commit 0704ab0

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (#7677)
[main] Update dependencies from dotnet/arcade
1 parent 1800b86 commit 0704ab0

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@
2222
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
2323
<Sha>b4d9a1334d5189172977ba8fddd00bda70161e4a</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24525.2">
25+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24562.12">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
27+
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.24525.2">
29+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.24562.12">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
31+
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.24525.2">
33+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.24562.12">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
35+
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24525.2">
37+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24562.12">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
39+
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
4040
</Dependency>
4141
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.103-servicing.24114.15">
4242
<Uri>https://github.com/dotnet/installer</Uri>
4343
<Sha>68e8abb1d3e1a240a6e4c29dcd220aae91681676</Sha>
4444
</Dependency>
45-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24525.2">
45+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24562.12">
4646
<Uri>https://github.com/dotnet/arcade</Uri>
47-
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
47+
<Sha>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
4848
</Dependency>
4949
<Dependency Name="Microsoft.FileFormats" Version="1.0.556301">
5050
<Uri>https://github.com/dotnet/diagnostics</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
-->
4949
<PropertyGroup Label="Automated">
5050
<!-- dotnet/arcade references -->
51-
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.24525.2</MicrosoftDotNetBuildTasksArchivesVersion>
52-
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.24525.2</MicrosoftDotNetCodeAnalysisVersion>
53-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24525.2</MicrosoftDotNetXUnitExtensionsVersion>
51+
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.24562.12</MicrosoftDotNetBuildTasksArchivesVersion>
52+
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.24562.12</MicrosoftDotNetCodeAnalysisVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24562.12</MicrosoftDotNetXUnitExtensionsVersion>
5454
<!-- dotnet/aspnetcore references -->
5555
<MicrosoftAspNetCoreAppRuntimewinx64Version>8.0.1</MicrosoftAspNetCoreAppRuntimewinx64Version>
5656
<VSRedistCommonAspNetCoreSharedFrameworkx6480Version>8.0.1-servicing.23580.8</VSRedistCommonAspNetCoreSharedFrameworkx6480Version>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"msbuild-sdks": {
2828
"Microsoft.Build.NoTargets": "3.7.0",
29-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24525.2",
30-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24525.2"
29+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24562.12",
30+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24562.12"
3131
}
3232
}

0 commit comments

Comments
 (0)