Skip to content

Commit 466055a

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250408.6 (#11714)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25204.5 -> To Version 9.0.0-beta.25208.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f183e7c commit 466055a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: eng/Version.Details.xml

+8-8
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.25204.5">
126+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
127127
<Uri>https://github.com/dotnet/arcade</Uri>
128-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
128+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
129129
</Dependency>
130130
<!-- Intermediate is necessary for source build. -->
131-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25204.5">
131+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25208.6">
132132
<Uri>https://github.com/dotnet/arcade</Uri>
133-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
133+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
134134
<SourceBuild RepoName="arcade" ManagedOnly="true" />
135135
</Dependency>
136-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25204.5">
136+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25208.6">
137137
<Uri>https://github.com/dotnet/arcade</Uri>
138-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
138+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
139139
</Dependency>
140140
<Dependency Name="NuGet.Build.Tasks" Version="6.14.0-preview.1.102">
141141
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -150,9 +150,9 @@
150150
<Sha>f76d6ab7fa6310b6cda343419aa7bf9ee2df8e8e</Sha>
151151
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
152152
</Dependency>
153-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25204.5">
153+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25208.6">
154154
<Uri>https://github.com/dotnet/arcade</Uri>
155-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
155+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
156156
</Dependency>
157157
</ToolsetDependencies>
158158
</Dependencies>

Diff for: eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
Otherwise, this version of dotnet will not be installed and the build will error out. -->
8282
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
8383
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
84-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25204.5</MicrosoftDotNetXUnitExtensionsVersion>
84+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25208.6</MicrosoftDotNetXUnitExtensionsVersion>
8585
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25202.5</MicrosoftNetCompilersToolsetVersion>
8686
<NuGetBuildTasksVersion>6.14.0-preview.1.102</NuGetBuildTasksVersion>
8787
</PropertyGroup>

Diff for: global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"allowPrerelease": true
44
},
55
"tools": {
6-
"dotnet": "9.0.104",
6+
"dotnet": "9.0.105",
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.25204.5"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6"
1414
}
1515
}

0 commit comments

Comments
 (0)