Skip to content

Commit 211a842

Browse files
[vs16.11] Update dependencies from dotnet/arcade (#12550)
This pull request updates the following dependencies [marker]: <> (Begin:7b5493ca-b4a1-4721-882d-d9a1079276dd) ## From https://github.com/dotnet/arcade - **Subscription**: [7b5493ca-b4a1-4721-882d-d9a1079276dd](https://maestro.dot.net/subscriptions?search=7b5493ca-b4a1-4721-882d-d9a1079276dd) - **Build**: [20250918.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2796560) ([283764](https://maestro.dot.net/channel/2293/github:dotnet:arcade/build/283764)) - **Date Produced**: September 18, 2025 7:00:15 PM UTC - **Commit**: [4fd02da57297248915f054a69990409bf79021ae](dotnet/arcade@4fd02da) - **Branch**: [release/6.0](https://github.com/dotnet/arcade/tree/release/6.0) [DependencyUpdate]: <> (Begin) - **Updates**: - From [6.0.0-beta.25405.2 to 6.0.0-beta.25468.4][1] - Microsoft.DotNet.Arcade.Sdk [1]: dotnet/arcade@05a5ee2...4fd02da [DependencyUpdate]: <> (End) - **Updates to .NET SDKs in root:** - Updates tools.dotnet to 6.0.135 [marker]: <> (End:7b5493ca-b4a1-4721-882d-d9a1079276dd) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
1 parent d2a4db0 commit 211a842

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.25405.2">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.25468.4">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>05a5ee2a0c496e69d6d22cd03423231e928d1545</Sha>
6+
<Sha>4fd02da57297248915f054a69990409bf79021ae</Sha>
77
</Dependency>
88
<Dependency Name="NuGet.Build.Tasks" Version="5.9.1-rc.8">
99
<Uri>https://github.com/nuget/nuget.client</Uri>

eng/Versions.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
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>16.11.13</VersionPrefix>
5+
<VersionPrefix>16.11.14</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<AssemblyVersion>15.1.0.0</AssemblyVersion>
88
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
9-
109
<!-- differentiate experimental insertions to avoid package id conflicts,
1110
it has to be alphabetically after "preview" to avoid downgrade errors in VS -->
1211
<PreReleaseVersionLabel Condition="'$(IsExperimental)' == 'true'">test</PreReleaseVersionLabel>

eng/common/templates-official/job/job.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/templates/job/job.yml

Lines changed: 6 additions & 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
@@ -12,6 +12,6 @@
1212
},
1313
"msbuild-sdks": {
1414
"Microsoft.Build.CentralPackageVersions": "2.0.1",
15-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.25405.2"
15+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.25468.4"
1616
}
1717
}

0 commit comments

Comments
 (0)