Skip to content

Commit 17be56c

Browse files
[main] Update dependencies from dotnet/arcade (#12715)
This pull request updates the following dependencies [marker]: <> (Begin:369b758c-dad8-4fea-810a-64fb6b0308e9) ## From https://github.com/dotnet/arcade - **Subscription**: [369b758c-dad8-4fea-810a-64fb6b0308e9](https://maestro.dot.net/subscriptions?search=369b758c-dad8-4fea-810a-64fb6b0308e9) - **Build**: [20251031.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2828575) ([289158](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/289158)) - **Date Produced**: October 31, 2025 3:57:24 PM UTC - **Commit**: [fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a](dotnet/arcade@fb1799f) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Updates**: - From [10.0.0-beta.25522.2 to 10.0.0-beta.25531.2][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@63eed29...fb1799f [DependencyUpdate]: <> (End) - **Updates to .NET SDKs in root:** - Updates tools.dotnet to 10.0.100-rc.1.25451.107 [marker]: <> (End:369b758c-dad8-4fea-810a-64fb6b0308e9) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 92522ac commit 17be56c

File tree

5 files changed

+37
-11
lines changed

5 files changed

+37
-11
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This file should be imported by eng/Versions.props
2424
<SystemThreadingChannelsPackageVersion>9.0.9</SystemThreadingChannelsPackageVersion>
2525
<SystemThreadingTasksDataflowPackageVersion>9.0.9</SystemThreadingTasksDataflowPackageVersion>
2626
<!-- dotnet/arcade dependencies -->
27-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25522.2</MicrosoftDotNetArcadeSdkPackageVersion>
28-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25522.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
27+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25531.2</MicrosoftDotNetArcadeSdkPackageVersion>
28+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25531.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
2929
<!-- nuget/nuget.client dependencies -->
3030
<NuGetBuildTasksPackageVersion>7.0.0-rc.288</NuGetBuildTasksPackageVersion>
3131
<!-- dotnet/roslyn dependencies -->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
</Dependency>
107107
</ProductDependencies>
108108
<ToolsetDependencies>
109-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25522.2">
109+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25531.2">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>63eed293471985f6fc4a60fd8b6f8f5ce3d03f38</Sha>
111+
<Sha>fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a</Sha>
112112
</Dependency>
113113
<Dependency Name="NuGet.Build.Tasks" Version="7.0.0-rc.288">
114114
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -118,9 +118,9 @@
118118
<Uri>https://github.com/dotnet/roslyn</Uri>
119119
<Sha>f695099448581f1f2e84ee493c2c5abc7951e8f9</Sha>
120120
</Dependency>
121-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25522.2">
121+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25531.2">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>63eed293471985f6fc4a60fd8b6f8f5ce3d03f38</Sha>
123+
<Sha>fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a</Sha>
124124
</Dependency>
125125
</ToolsetDependencies>
126126
</Dependencies>

eng/common/SetupNugetSources.ps1

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/SetupNugetSources.sh

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"xcopy-msbuild": "17.13.0"
1616
},
1717
"msbuild-sdks": {
18-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25522.2"
18+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25531.2"
1919
}
2020
}

0 commit comments

Comments
 (0)