Skip to content

Commit e4082c9

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250408.6 (#8071)
[main] Update dependencies from dotnet/arcade
1 parent e394ebe commit e4082c9

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
2323
<Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25204.5">
25+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
27+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25204.5">
29+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25208.6">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
31+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25204.5">
33+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25208.6">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
35+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25204.5">
37+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25208.6">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
39+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25204.5">
41+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25208.6">
4242
<Uri>https://github.com/dotnet/arcade</Uri>
43-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
43+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.FileFormats" Version="1.0.615501">
4646
<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>9.0.0-beta.25204.5</MicrosoftDotNetBuildTasksArchivesVersion>
52-
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.25204.5</MicrosoftDotNetCodeAnalysisVersion>
53-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25204.5</MicrosoftDotNetXUnitExtensionsVersion>
51+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksArchivesVersion>
52+
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.25208.6</MicrosoftDotNetCodeAnalysisVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25208.6</MicrosoftDotNetXUnitExtensionsVersion>
5454
<!-- dotnet/aspnetcore references -->
5555
<MicrosoftAspNetCoreAppRuntimewinx64Version>9.0.1</MicrosoftAspNetCoreAppRuntimewinx64Version>
5656
<VSRedistCommonAspNetCoreSharedFrameworkx6490Version>9.0.1-rtm.24610.9</VSRedistCommonAspNetCoreSharedFrameworkx6490Version>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.104",
3+
"dotnet": "9.0.105",
44
"runtimes": {
55
"aspnetcore": [
66
"$(MicrosoftAspNetCoreApp60Version)",
@@ -30,7 +30,7 @@
3030
},
3131
"msbuild-sdks": {
3232
"Microsoft.Build.NoTargets": "3.7.0",
33-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
34-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5"
33+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6",
34+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.6"
3535
}
3636
}

0 commit comments

Comments
 (0)