Skip to content

Commit d3ea63f

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250417.1 (#8124)
[feature/10.0] Update dependencies from dotnet/arcade
1 parent 09920c8 commit d3ea63f

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="10.0.0-beta.25216.2">
25+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25217.1">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>85aaca76f75b109aa45b9e949f4a1c9047725d09</Sha>
27+
<Sha>76dd1b4eb3b15881da350de93805ea6ab936364c</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25216.2">
29+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25217.1">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>85aaca76f75b109aa45b9e949f4a1c9047725d09</Sha>
31+
<Sha>76dd1b4eb3b15881da350de93805ea6ab936364c</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25216.2">
33+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25217.1">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>85aaca76f75b109aa45b9e949f4a1c9047725d09</Sha>
35+
<Sha>76dd1b4eb3b15881da350de93805ea6ab936364c</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25216.2">
37+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25217.1">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>85aaca76f75b109aa45b9e949f4a1c9047725d09</Sha>
39+
<Sha>76dd1b4eb3b15881da350de93805ea6ab936364c</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25216.2">
41+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25217.1">
4242
<Uri>https://github.com/dotnet/arcade</Uri>
43-
<Sha>85aaca76f75b109aa45b9e949f4a1c9047725d09</Sha>
43+
<Sha>76dd1b4eb3b15881da350de93805ea6ab936364c</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>10.0.0-beta.25216.2</MicrosoftDotNetBuildTasksArchivesVersion>
52-
<MicrosoftDotNetCodeAnalysisVersion>10.0.0-beta.25216.2</MicrosoftDotNetCodeAnalysisVersion>
53-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25216.2</MicrosoftDotNetXUnitExtensionsVersion>
51+
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25217.1</MicrosoftDotNetBuildTasksArchivesVersion>
52+
<MicrosoftDotNetCodeAnalysisVersion>10.0.0-beta.25217.1</MicrosoftDotNetCodeAnalysisVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25217.1</MicrosoftDotNetXUnitExtensionsVersion>
5454
<!-- dotnet/aspnetcore references -->
5555
<MicrosoftAspNetCoreAppRuntimewinx64Version>10.0.0-preview.4.25215.10</MicrosoftAspNetCoreAppRuntimewinx64Version>
5656
<VSRedistCommonAspNetCoreSharedFrameworkx64100Version>10.0.0-preview.4.25215.10</VSRedistCommonAspNetCoreSharedFrameworkx64100Version>

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": "10.0.0-beta.25216.2",
30-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25216.2"
29+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25217.1",
30+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25217.1"
3131
}
3232
}

0 commit comments

Comments
 (0)