Skip to content

Commit 8f3a06b

Browse files
[vs18.0] Update dependencies from dotnet/arcade (#12964)
This pull request updates the following dependencies [marker]: <> (Begin:27a5292e-3437-4838-b48c-942f591a53bf) ## From https://github.com/dotnet/arcade - **Subscription**: [27a5292e-3437-4838-b48c-942f591a53bf](https://maestro.dot.net/subscriptions?search=27a5292e-3437-4838-b48c-942f591a53bf) - **Build**: [20251226.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2867607) ([295620](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/295620)) - **Date Produced**: December 26, 2025 6:04:22 PM UTC - **Commit**: [d8dca0b41b903e7182e64543773390b969dab96b](dotnet/arcade@d8dca0b) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.25612.5 to 10.0.0-beta.25626.5][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@5563198...d8dca0b [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates **tools.dotnet** to 10.0.101 [marker]: <> (End:27a5292e-3437-4838-b48c-942f591a53bf) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: huulinh99 <[email protected]>
1 parent 7804582 commit 8f3a06b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.0</SystemThreadingChannelsPackageVersion>
2525
<SystemThreadingTasksDataflowPackageVersion>9.0.0</SystemThreadingTasksDataflowPackageVersion>
2626
<!-- dotnet/arcade dependencies -->
27-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25612.5</MicrosoftDotNetArcadeSdkPackageVersion>
28-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25612.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
27+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25626.5</MicrosoftDotNetArcadeSdkPackageVersion>
28+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25626.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
2929
<!-- nuget/nuget.client dependencies -->
3030
<NuGetBuildTasksPackageVersion>7.0.0-preview.2.254</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.25612.5">
109+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25626.5">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>55631983c8583162122687fddeac13424c1e40a8</Sha>
111+
<Sha>d8dca0b41b903e7182e64543773390b969dab96b</Sha>
112112
</Dependency>
113113
<Dependency Name="NuGet.Build.Tasks" Version="7.0.0-preview.2.254">
114114
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -118,9 +118,9 @@
118118
<Uri>https://github.com/dotnet/roslyn</Uri>
119119
<Sha>5d47bb1c178652caa40b55664c06c74e35edebdf</Sha>
120120
</Dependency>
121-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25612.5">
121+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25626.5">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>55631983c8583162122687fddeac13424c1e40a8</Sha>
123+
<Sha>d8dca0b41b903e7182e64543773390b969dab96b</Sha>
124124
</Dependency>
125125
</ToolsetDependencies>
126126
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Project>
44
<Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" />
55
<PropertyGroup>
6-
<VersionPrefix>18.0.9</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
6+
<VersionPrefix>18.0.10</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.14.8</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
99
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"errorMessage": "The .NET SDK could not be found, please run a command-line build with ./build.cmd."
99
},
1010
"tools": {
11-
"dotnet": "10.0.100",
11+
"dotnet": "10.0.101",
1212
"vs": {
1313
"version": "18.0"
1414
},
1515
"xcopy-msbuild": "18.0.0"
1616
},
1717
"msbuild-sdks": {
18-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25612.5"
18+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25626.5"
1919
}
2020
}

0 commit comments

Comments
 (0)