Skip to content

Commit fda44ee

Browse files
[vs17.8] Update dependencies from dotnet/arcade (dotnet#12497)
This pull request updates the following dependencies [marker]: <> (Begin:5f9c9524-456b-43ca-a978-063daaf53c38) ## From https://github.com/dotnet/arcade - **Subscription**: [5f9c9524-456b-43ca-a978-063daaf53c38](https://maestro.dot.net/subscriptions?search=5f9c9524-456b-43ca-a978-063daaf53c38) - **Build**: [20250905.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2787027) ([282118](https://maestro.dot.net/channel/3885/github:dotnet:arcade/build/282118)) - **Date Produced**: September 5, 2025 2:36:46 PM UTC - **Commit**: [09625cb3b98ebe646a63dfea19a0c0127e88459a](dotnet/arcade@09625cb) - **Branch**: [release/8.0](https://github.com/dotnet/arcade/tree/release/8.0) [DependencyUpdate]: <> (Begin) - **Updates**: - From [8.0.0-beta.25427.4 to 8.0.0-beta.25455.3][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: dotnet/arcade@6e78cc9...09625cb [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates tools.dotnet to 8.0.119 [marker]: <> (End:5f9c9524-456b-43ca-a978-063daaf53c38) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Gang Wang <v-gaw@microsoft.com>
1 parent 375fc47 commit fda44ee

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
</Dependency>
5959
</ProductDependencies>
6060
<ToolsetDependencies>
61-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25427.4">
61+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25455.3">
6262
<Uri>https://github.com/dotnet/arcade</Uri>
63-
<Sha>6e78cc9faf0ab29992b01007d71519655344e74c</Sha>
63+
<Sha>09625cb3b98ebe646a63dfea19a0c0127e88459a</Sha>
6464
<SourceBuild RepoName="arcade" ManagedOnly="true" />
6565
</Dependency>
6666
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
@@ -77,9 +77,9 @@
7777
<Sha>dc3d0694a4b31b8e27038431888cd4e8dd5b6cb6</Sha>
7878
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
7979
</Dependency>
80-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25427.4">
80+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25455.3">
8181
<Uri>https://github.com/dotnet/arcade</Uri>
82-
<Sha>6e78cc9faf0ab29992b01007d71519655344e74c</Sha>
82+
<Sha>09625cb3b98ebe646a63dfea19a0c0127e88459a</Sha>
8383
</Dependency>
8484
</ToolsetDependencies>
8585
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
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.8.41</VersionPrefix>
5+
<VersionPrefix>17.8.42</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.7.0</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
99
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
10-
1110
<!-- differentiate experimental insertions to avoid package id conflicts,
1211
it has to be alphabetically after "preview" to avoid downgrade errors in VS -->
1312
<PreReleaseVersionLabel Condition="'$(IsExperimental)' == 'true'">test</PreReleaseVersionLabel>
@@ -52,7 +51,7 @@
5251
Otherwise, this version of dotnet will not be installed and the build will error out. -->
5352
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5453
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
55-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25427.4</MicrosoftDotNetXUnitExtensionsVersion>
54+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25455.3</MicrosoftDotNetXUnitExtensionsVersion>
5655
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5756
<MicrosoftIORedistVersion>6.0.0</MicrosoftIORedistVersion>
5857
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23465.5</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.25427.4"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25455.3"
1414
}
1515
}

0 commit comments

Comments
 (0)