Skip to content

Commit e66cb63

Browse files
dotnet-maestro[bot]ViktorHoferJanProvaznikGangWang01
authored
[vs18.0] Update dependencies from dotnet/arcade (#12575)
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**: [20251205.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2854947) ([293600](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/293600)) - **Date Produced**: December 6, 2025 12:55:25 AM UTC - **Commit**: [774a2ef8d2777c50d047d6776ced33260822cad6](dotnet/arcade@774a2ef) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.25469.2 to 10.0.0-beta.25605.3][8] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [8]: dotnet/arcade@6275af4...774a2ef [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates **tools.dotnet** to 10.0.100 [marker]: <> (End:27a5292e-3437-4838-b48c-942f591a53bf) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <[email protected]> Co-authored-by: Jan Provazník <[email protected]> Co-authored-by: Gang Wang <[email protected]>
1 parent 43d976a commit e66cb63

17 files changed

+262
-143
lines changed

.vsts-dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
pool:
226226
${{ if eq(variables['System.TeamProject'], 'public') }}:
227227
name: NetCore-Public
228-
demands: ImageOverride -equals windows.vs2022preview.scout.amd64.open
228+
demands: ImageOverride -equals windows.vs2026preview.scout.amd64.open
229229
${{ if ne(variables['System.TeamProject'], 'public') }}:
230230
name: VSEngSS-MicroBuild2022-1ES
231231
demands: agent.os -equals Windows_NT

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.25469.2</MicrosoftDotNetArcadeSdkPackageVersion>
28-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25469.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
27+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25605.3</MicrosoftDotNetArcadeSdkPackageVersion>
28+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25605.3</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.25469.2">
109+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25605.3">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>6275af47ebda0d394d4a5a401b77bc6f2304204a</Sha>
111+
<Sha>774a2ef8d2777c50d047d6776ced33260822cad6</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.25469.2">
121+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25605.3">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>6275af47ebda0d394d4a5a401b77bc6f2304204a</Sha>
123+
<Sha>774a2ef8d2777c50d047d6776ced33260822cad6</Sha>
124124
</Dependency>
125125
</ToolsetDependencies>
126126
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 2 deletions
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.6</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
6+
<VersionPrefix>18.0.7</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.14.8</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
99
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
@@ -72,7 +72,7 @@
7272
<MicrosoftCodeAnalysisPooledObjectsVersion>5.0.0-1.25277.114</MicrosoftCodeAnalysisPooledObjectsVersion>
7373
</PropertyGroup>
7474
<PropertyGroup>
75-
<BootstrapSdkVersion>10.0.100-rc.1.25451.107</BootstrapSdkVersion>
75+
<BootstrapSdkVersion>10.0.100</BootstrapSdkVersion>
7676
</PropertyGroup>
7777
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">
7878
<!-- See https://github.com/dotnet/arcade/issues/3386
@@ -91,3 +91,4 @@
9191
</PropertyGroup>
9292
</Target>
9393
</Project>
94+

eng/common/SetupNugetSources.ps1

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

0 commit comments

Comments
 (0)