Skip to content

Commit f1c1d39

Browse files
[vs17.12] Update dependencies from dotnet/arcade (#12473)
This pull request updates the following dependencies [marker]: <> (Begin:98a47e72-fcfd-41c6-b3d2-b8f28e222309) ## From https://github.com/dotnet/arcade - **Subscription**: [98a47e72-fcfd-41c6-b3d2-b8f28e222309](https://maestro.dot.net/subscriptions?search=98a47e72-fcfd-41c6-b3d2-b8f28e222309) - **Build**: [20250828.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2781905) - **Date Produced**: August 28, 2025 4:43:23 PM UTC - **Commit**: [5fe939db0a156be6f10e17c105b1842c0c8c8bdc](dotnet/arcade@5fe939d) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) [DependencyUpdate]: <> (Begin) - **Updates**: - From [9.0.0-beta.25415.3 to 9.0.0-beta.25428.3][1] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XliffTasks - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@d87d66c...5fe939d [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates tools.dotnet to 9.0.109 [marker]: <> (End:98a47e72-fcfd-41c6-b3d2-b8f28e222309) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Gang Wang <[email protected]>
1 parent ff55644 commit f1c1d39

File tree

8 files changed

+31
-15
lines changed

8 files changed

+31
-15
lines changed

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@
7171
</Dependency>
7272
</ProductDependencies>
7373
<ToolsetDependencies>
74-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25415.3">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25428.3">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
76+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25415.3">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25428.3">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
81+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
8282
<SourceBuild RepoName="arcade" ManagedOnly="true" />
8383
</Dependency>
84-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25415.3">
84+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25428.3">
8585
<Uri>https://github.com/dotnet/arcade</Uri>
86-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
86+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
8787
</Dependency>
8888
<Dependency Name="NuGet.Build.Tasks" Version="6.12.0-rc.106">
8989
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -98,9 +98,9 @@
9898
<Sha>df4ae6b81013ac45367372176b9c3135a35a7e3c</Sha>
9999
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
100100
</Dependency>
101-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25415.3">
101+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25428.3">
102102
<Uri>https://github.com/dotnet/arcade</Uri>
103-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
103+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
104104
</Dependency>
105105
</ToolsetDependencies>
106-
</Dependencies>
106+
</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.12.47</VersionPrefix>
5+
<VersionPrefix>17.12.48</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.11.4</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
@@ -50,7 +50,7 @@
5050
Otherwise, this version of dotnet will not be installed and the build will error out. -->
5151
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5252
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
53-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25415.3</MicrosoftDotNetXUnitExtensionsVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25428.3</MicrosoftDotNetXUnitExtensionsVersion>
5454
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5555
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
5656
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24463.9</MicrosoftNetCompilersToolsetVersion>

eng/common/core-templates/job/source-build.yml

Lines changed: 4 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/jobs/source-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.

eng/common/core-templates/steps/source-build.yml

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

eng/common/templates-official/steps/get-delegation-sas.yml

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/templates/steps/get-delegation-sas.yml

Lines changed: 1 addition & 1 deletion
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.25415.3"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25428.3"
1414
}
1515
}

0 commit comments

Comments
 (0)