Skip to content

Commit 51c57ed

Browse files
authored
[main] Update dependencies from dotnet/arcade (#11587)
This pull request updates the following dependencies From https://github.com/dotnet/arcade Subscription: fc4faec0-9ee6-43b9-bc7a-08da8607f4c7 Build: 20250314.2 Date Produced: March 14, 2025 9:01:16 AM UTC Commit: 5ba9ca776c1d0bb72b2791591e54cf51fc52dfee Branch: refs/heads/release/9.0 Updates: Microsoft.SourceBuild.Intermediate.arcade: from 9.0.0-beta.25111.5 to 9.0.0-beta.25164.2 Microsoft.DotNet.Arcade.Sdk: from 9.0.0-beta.25111.5 to 9.0.0-beta.25164.2 Microsoft.DotNet.XliffTasks: from 9.0.0-beta.25111.5 to 9.0.0-beta.25164.2 Microsoft.DotNet.XUnitExtensions: from 9.0.0-beta.25111.5 to 9.0.0-beta.25164.2
2 parents bcc2dc6 + 998e74e commit 51c57ed

File tree

9 files changed

+42
-28
lines changed

9 files changed

+42
-28
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,19 @@
123123
</Dependency>
124124
</ProductDependencies>
125125
<ToolsetDependencies>
126-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25111.5">
126+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25164.2">
127127
<Uri>https://github.com/dotnet/arcade</Uri>
128-
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
128+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
129129
</Dependency>
130130
<!-- Intermediate is necessary for source build. -->
131-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25111.5">
131+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25164.2">
132132
<Uri>https://github.com/dotnet/arcade</Uri>
133-
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
133+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
134134
<SourceBuild RepoName="arcade" ManagedOnly="true" />
135135
</Dependency>
136-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25111.5">
136+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25164.2">
137137
<Uri>https://github.com/dotnet/arcade</Uri>
138-
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
138+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
139139
</Dependency>
140140
<Dependency Name="NuGet.Build.Tasks" Version="6.14.0-preview.1.66">
141141
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -150,9 +150,9 @@
150150
<Sha>517e95f9430d387e0e387a23fa2c8351a0863c4a</Sha>
151151
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
152152
</Dependency>
153-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25111.5">
153+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25164.2">
154154
<Uri>https://github.com/dotnet/arcade</Uri>
155-
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
155+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
156156
</Dependency>
157157
</ToolsetDependencies>
158158
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
Otherwise, this version of dotnet will not be installed and the build will error out. -->
7878
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
7979
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
80-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25111.5</MicrosoftDotNetXUnitExtensionsVersion>
80+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25164.2</MicrosoftDotNetXUnitExtensionsVersion>
8181
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25164.10</MicrosoftNetCompilersToolsetVersion>
8282
<NuGetBuildTasksVersion>6.14.0-preview.1.66</NuGetBuildTasksVersion>
8383
</PropertyGroup>

eng/common/core-templates/steps/generate-sbom.yml

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/generate-sbom-prep.ps1

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

eng/common/generate-sbom-prep.sh

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

eng/common/templates-official/job/job.yml

Lines changed: 1 addition & 0 deletions
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.

eng/common/tools.sh

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": "9.0.103",
6+
"dotnet": "9.0.104",
77
"vs": {
88
"version": "17.12.0"
99
},
1010
"xcopy-msbuild": "17.12.0"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25164.2"
1414
}
1515
}

0 commit comments

Comments
 (0)