Skip to content

Commit fecff37

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241016.2 (#10831)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.24509.3 -> To Version 9.0.0-beta.24516.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 3cecc35 commit fecff37

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@
7171
</Dependency>
7272
</ProductDependencies>
7373
<ToolsetDependencies>
74-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24509.3">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24516.2">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>05c72bb3c9b38138276a8029017f2ef905dcc7fa</Sha>
76+
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24509.3">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24516.2">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>05c72bb3c9b38138276a8029017f2ef905dcc7fa</Sha>
81+
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
8282
<SourceBuild RepoName="arcade" ManagedOnly="true" />
8383
</Dependency>
84-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24509.3">
84+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24516.2">
8585
<Uri>https://github.com/dotnet/arcade</Uri>
86-
<Sha>05c72bb3c9b38138276a8029017f2ef905dcc7fa</Sha>
86+
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
8787
</Dependency>
8888
<Dependency Name="NuGet.Build.Tasks" Version="6.12.0-rc.127">
8989
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -98,9 +98,9 @@
9898
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
9999
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
100100
</Dependency>
101-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24509.3">
101+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24516.2">
102102
<Uri>https://github.com/dotnet/arcade</Uri>
103-
<Sha>05c72bb3c9b38138276a8029017f2ef905dcc7fa</Sha>
103+
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
104104
</Dependency>
105105
</ToolsetDependencies>
106106
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Otherwise, this version of dotnet will not be installed and the build will error out. -->
5151
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5252
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
53-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24509.3</MicrosoftDotNetXUnitExtensionsVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24516.2</MicrosoftDotNetXUnitExtensionsVersion>
5454
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5555
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
5656
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24510.2</MicrosoftNetCompilersToolsetVersion>

eng/common/core-templates/steps/get-delegation-sas.yml

Lines changed: 10 additions & 1 deletion
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.10.0-pre.4.0"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24509.3"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24516.2"
1414
}
1515
}

0 commit comments

Comments
 (0)