Skip to content

Commit 7804582

Browse files
[vs18.0] Update dependencies from dotnet/arcade (#12939)
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**: [20251212.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2859988) ([294548](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/294548)) - **Date Produced**: December 12, 2025 9:05:08 PM UTC - **Commit**: [55631983c8583162122687fddeac13424c1e40a8](dotnet/arcade@5563198) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.25605.3 to 10.0.0-beta.25612.5][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@774a2ef...5563198 [DependencyUpdate]: <> (End) [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]> Co-authored-by: Nguyen Huu Linh <[email protected]>
1 parent 2ad9175 commit 7804582

File tree

7 files changed

+23
-16
lines changed

7 files changed

+23
-16
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.25605.3</MicrosoftDotNetArcadeSdkPackageVersion>
28-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25605.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
27+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25612.5</MicrosoftDotNetArcadeSdkPackageVersion>
28+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25612.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.25605.3">
109+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25612.5">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>774a2ef8d2777c50d047d6776ced33260822cad6</Sha>
111+
<Sha>55631983c8583162122687fddeac13424c1e40a8</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.25605.3">
121+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25612.5">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>774a2ef8d2777c50d047d6776ced33260822cad6</Sha>
123+
<Sha>55631983c8583162122687fddeac13424c1e40a8</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.8</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
6+
<VersionPrefix>18.0.9</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.14.8</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
99
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>

eng/common/internal-feed-operations.ps1

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/post-build/nuget-verification.ps1

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/tools.ps1

Lines changed: 13 additions & 6 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": "18.0.0"
1616
},
1717
"msbuild-sdks": {
18-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25605.3"
18+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25612.5"
1919
}
2020
}

0 commit comments

Comments
 (0)