Skip to content

Commit c3ade83

Browse files
[vs17.8] Update dependencies from dotnet/arcade (#11306)
* Update dependencies from https://github.com/dotnet/arcade build 20250116.6 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25060.1 -> To Version 8.0.0-beta.25066.6 * Bump version --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jan Krivanek <[email protected]>
1 parent 7761f6a commit c3ade83

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.25060.1">
65+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25066.6">
6666
<Uri>https://github.com/dotnet/arcade</Uri>
67-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
67+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</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.25060.1">
84+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25066.6">
8585
<Uri>https://github.com/dotnet/arcade</Uri>
86-
<Sha>c255aae7f2b128fa20a4441f0e192c3c53561621</Sha>
86+
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
8787
</Dependency>
8888
</ToolsetDependencies>
8989
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.25060.1</MicrosoftDotNetXUnitExtensionsVersion>
52+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25066.6</MicrosoftDotNetXUnitExtensionsVersion>
5353
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5454
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
5555
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23465.5</MicrosoftNetCompilersToolsetVersion>

eng/common/sdk-task.ps1

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/tools.ps1

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

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.110",
6+
"dotnet": "8.0.112",
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.25060.1"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25066.6"
1414
}
1515
}

0 commit comments

Comments
 (0)