Skip to content

Commit e973263

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250730.1 (#8463)
[main] Update dependencies from dotnet/arcade
1 parent 2b65daf commit e973263

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,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.25366.1">
25+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25380.1">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
27+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25366.1">
29+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25380.1">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
31+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25366.1">
33+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25380.1">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
35+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25366.1">
37+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25380.1">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
39+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25366.1">
41+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25380.1">
4242
<Uri>https://github.com/dotnet/arcade</Uri>
43-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
43+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.FileFormats" Version="1.0.637901">
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.25366.1</MicrosoftDotNetBuildTasksArchivesVersion>
52-
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.25366.1</MicrosoftDotNetCodeAnalysisVersion>
53-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25366.1</MicrosoftDotNetXUnitExtensionsVersion>
51+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25380.1</MicrosoftDotNetBuildTasksArchivesVersion>
52+
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.25380.1</MicrosoftDotNetCodeAnalysisVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25380.1</MicrosoftDotNetXUnitExtensionsVersion>
5454
<!-- dotnet/aspnetcore references -->
5555
<MicrosoftAspNetCoreAppRuntimewinx64Version>9.0.1</MicrosoftAspNetCoreAppRuntimewinx64Version>
5656
<VSRedistCommonAspNetCoreSharedFrameworkx6490Version>9.0.1-rtm.24610.9</VSRedistCommonAspNetCoreSharedFrameworkx6490Version>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"msbuild-sdks": {
2424
"Microsoft.Build.NoTargets": "3.7.0",
25-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25366.1",
26-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25366.1"
25+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25380.1",
26+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25380.1"
2727
}
2828
}

0 commit comments

Comments
 (0)