Skip to content

Commit f27e976

Browse files
[vs17.11] Update dependencies from dotnet/arcade (#12760)
This pull request updates the following dependencies [marker]: <> (Begin:aca86521-13b3-4d28-a005-127af3b681e5) ## From https://github.com/dotnet/arcade - **Subscription**: [aca86521-13b3-4d28-a005-127af3b681e5](https://maestro.dot.net/subscriptions?search=aca86521-13b3-4d28-a005-127af3b681e5) - **Build**: [20251113.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2838079) ([290668](https://maestro.dot.net/channel/3885/github:dotnet:arcade/build/290668)) - **Date Produced**: November 13, 2025 6:18:22 PM UTC - **Commit**: [952abb7faea30d565b847d31411d019904a613a0](dotnet/arcade@952abb7) - **Branch**: [release/8.0](https://github.com/dotnet/arcade/tree/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.0-beta.25555.2 to 8.0.0-beta.25563.4][2] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [2]: dotnet/arcade@048a8c0...952abb7 [DependencyUpdate]: <> (End) [marker]: <> (End:aca86521-13b3-4d28-a005-127af3b681e5) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: huulinh99 <[email protected]>
1 parent 161c627 commit f27e976

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
</Dependency>
7272
</ProductDependencies>
7373
<ToolsetDependencies>
74-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25555.2">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25563.4">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
76+
<Sha>952abb7faea30d565b847d31411d019904a613a0</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.25555.2">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.25563.4">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
81+
<Sha>952abb7faea30d565b847d31411d019904a613a0</Sha>
8282
<SourceBuild RepoName="arcade" ManagedOnly="true" />
8383
</Dependency>
8484
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
@@ -100,9 +100,9 @@
100100
<Sha>0b8371953e61f6179f39f1d62ebbd6a251f335e0</Sha>
101101
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
102102
</Dependency>
103-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25555.2">
103+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25563.4">
104104
<Uri>https://github.com/dotnet/arcade</Uri>
105-
<Sha>048a8c0ba5b72234301a3605c424ee9f9ff99772</Sha>
105+
<Sha>952abb7faea30d565b847d31411d019904a613a0</Sha>
106106
</Dependency>
107107
</ToolsetDependencies>
108108
</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.11.51</VersionPrefix>
5+
<VersionPrefix>17.11.52</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.10.4</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
@@ -54,7 +54,7 @@
5454
Otherwise, this version of dotnet will not be installed and the build will error out. -->
5555
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5656
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
57-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25555.2</MicrosoftDotNetXUnitExtensionsVersion>
57+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25563.4</MicrosoftDotNetXUnitExtensionsVersion>
5858
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5959
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
6060
<MicrosoftNetCompilersToolsetVersion>4.11.0-3.24313.9</MicrosoftNetCompilersToolsetVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"xcopy-msbuild": "17.8.5"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25555.2"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25563.4"
1414
}
1515
}

0 commit comments

Comments
 (0)