Skip to content

Commit e402909

Browse files
[vs17.14] Update dependencies from dotnet/arcade (#12743)
This pull request updates the following dependencies [marker]: <> (Begin:15388ba0-faaf-4906-bba2-a9b719e812a4) ## From https://github.com/dotnet/arcade - **Subscription**: [15388ba0-faaf-4906-bba2-a9b719e812a4](https://maestro.dot.net/subscriptions?search=15388ba0-faaf-4906-bba2-a9b719e812a4) - **Build**: [20251105.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2832013) ([289663](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/289663)) - **Date Produced**: November 5, 2025 7:38:32 PM UTC - **Commit**: [9eaf7b289d5003a94ee23658f057a6c06ddcd570](dotnet/arcade@9eaf7b2) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [9.0.0-beta.25515.2 to 9.0.0-beta.25555.4][1] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XliffTasks - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@6666973...9eaf7b2 [DependencyUpdate]: <> (End) [marker]: <> (End:15388ba0-faaf-4906-bba2-a9b719e812a4) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Gang Wang <[email protected]>
1 parent 90160d4 commit e402909

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,19 @@
123123
</Dependency>
124124
</ProductDependencies>
125125
<ToolsetDependencies>
126-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25515.2">
126+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25555.4">
127127
<Uri>https://github.com/dotnet/arcade</Uri>
128-
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
128+
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
129129
</Dependency>
130130
<!-- Intermediate is necessary for source build. -->
131-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25515.2">
131+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25555.4">
132132
<Uri>https://github.com/dotnet/arcade</Uri>
133-
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
133+
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
134134
<SourceBuild RepoName="arcade" ManagedOnly="true" />
135135
</Dependency>
136-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25515.2">
136+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25555.4">
137137
<Uri>https://github.com/dotnet/arcade</Uri>
138-
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
138+
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
139139
</Dependency>
140140
<Dependency Name="NuGet.Build.Tasks" Version="6.14.0-rc.116">
141141
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -150,9 +150,9 @@
150150
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
151151
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
152152
</Dependency>
153-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25515.2">
153+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25555.4">
154154
<Uri>https://github.com/dotnet/arcade</Uri>
155-
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
155+
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
156156
</Dependency>
157157
</ToolsetDependencies>
158158
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.14.31</VersionPrefix>
5+
<VersionPrefix>17.14.32</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.13.9</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
@@ -72,7 +72,7 @@
7272
Otherwise, this version of dotnet will not be installed and the build will error out. -->
7373
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
7474
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
75-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25515.2</MicrosoftDotNetXUnitExtensionsVersion>
75+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25555.4</MicrosoftDotNetXUnitExtensionsVersion>
7676
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25157.4</MicrosoftNetCompilersToolsetVersion>
7777
<NuGetBuildTasksVersion>6.14.0-rc.116</NuGetBuildTasksVersion>
7878
</PropertyGroup>

eng/common/core-templates/job/publish-build-assets.yml

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

eng/common/core-templates/post-build/post-build.yml

Lines changed: 5 additions & 0 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
@@ -10,6 +10,6 @@
1010
"xcopy-msbuild": "17.12.0"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25515.2"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25555.4"
1414
}
1515
}

0 commit comments

Comments
 (0)