8000 [vs17.8] Update dependencies from dotnet/arcade (#11711) · dotnet/msbuild@65a6534 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65a6534

Browse files
[vs17.8] Update dependencies from dotnet/arcade (#11711)
* Update dependencies from https://github.com/dotnet/arcade build 20250408.7 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25204.7 -> To Version 8.0.0-beta.25208.7 * Update VersionPrefix to 17.8.26 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Gang Wang <v-gaw@microsoft.com>
1 parent 6cb62fe commit 65a6534

File tree

3 files changed

+ 8000 8
-8
lines changed

3 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
</Dependency>
6363
</ProductDependencies>
6464
<ToolsetDependencies>
65-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25204.7">
65+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25208.7">
6666
<Uri>https://github.com/dotnet/arcade</Uri>
67-
<Sha>faa1471063676aca349da6b48c56dd0fc95aa869</Sha>
67+
<Sha>c7a36e53f91e41943746f97a8c183549364c5092</Sha>
6868
<SourceBuild RepoName="arcade" ManagedOnly="true" />
6969
</Dependency>
7070
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
@@ -81,9 +81,9 @@
8181
<Sha>dc3d0694a4b31b8e27038431888cd4e8dd5b6cb6</Sha>
8282
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
8383
</Dependency>
84-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25204.7">
84+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25208.7">
8585
<Uri>https://github.com/dotnet/arcade</Uri>
86-
<Sha>faa1471063676aca349da6b48c56dd0fc95aa869</Sha>
86+
<Sha>c7a36e53f91e41943746f97a8c183549364c5092</Sha>
8787
</Dependency>
8888
</ToolsetDependencies>
8989
</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.8.25</VersionPrefix>
5+
<VersionPrefix>17.8.26</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.7.0</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
@@ -49,7 +49,7 @@
4949
Otherwise, this version of dotnet will not be installed and the build will error out. -->
5050
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5151
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
52-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25204.7</MicrosoftDotNetXUnitExtensionsVersion>
52+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25208.7</MicrosoftDotNetXUnitExtensionsVersion>
5353
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5454
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
5555
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23465.5</MicrosoftNetCompilersToolsetVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"allowPrerelease": true
44
},
55
"tools": {
6-
"dotnet": "8.0.114",
6+
"dotnet": "8.0.115",
77
"vs": {
88
"version": "17.8.0"
99
},
1010
"xcopy-msbuild": "17.8.5"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25204.7"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25208.7"
1414
}
1515
}

0 commit comments

Comments
 (0)
0