Skip to content

Commit 3a2f9ba

Browse files
Update dependencies from dotnet/arcade (#9315)
* Update dependencies from https://github.com/dotnet/arcade build 20231016.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23463.1 -> To Version 8.0.0-beta.23516.4 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23426.1 -> To Version 1.0.0-beta.23475.1 (parent: Microsoft.DotNet.Arcade.Sdk * Revert the dotnet version --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jenny Bai <v-jennybai@microsoft.com>
1 parent 43ffadf commit 3a2f9ba

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
</Dependency>
5959
</ProductDependencies>
6060
<ToolsetDependencies>
61-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23463.1">
61+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23516.4">
6262
<Uri>https://github.com/dotnet/arcade</Uri>
63-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
63+
<Sha>39042b4048580366d35a7c1c4f4ce8fc0dbea4b4</Sha>
6464
<SourceBuild RepoName="arcade" ManagedOnly="true" />
6565
</Dependency>
66-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23426.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
66+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
6767
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
68-
<Sha>194f32828726c3f1f63f79f3dc09b9e99c157b11</Sha>
68+
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha>
6969
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
7070
</Dependency>
7171
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-rc.122">
@@ -77,9 +77,9 @@
7777
<Sha>d49b29ecbf9bd72fe6023ad1b8aad9a8db7e7c3a</Sha>
7878
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
7979
</Dependency>
80-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23463.1">
80+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23516.4">
8181
<Uri>https://github.com/dotnet/arcade</Uri>
82-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
82+
<Sha>39042b4048580366d35a7c1c4f4ce8fc0dbea4b4</Sha>
8383
</Dependency>
8484
</ToolsetDependencies>
8585
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Otherwise, this version of dotnet will not be installed and the build will error out. -->
4848
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
4949
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
50-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23463.1</MicrosoftDotNetXUnitExtensionsVersion>
50+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23516.4</MicrosoftDotNetXUnitExtensionsVersion>
5151
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5252
<MicrosoftIORedistVersion>6.0.0</MicrosoftIORedistVersion>
5353
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23510.8</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: 3 additions & 3 deletions
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
@@ -10,6 +10,6 @@
1010
"xcopy-msbuild": "17.7.4"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23463.1"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23516.4"
1414
}
1515
}

0 commit comments

Comments
 (0)