Skip to content

Commit 3cddc1f

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250408.6 (#1162)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.XliffTasks 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 ba337a3 commit 3cddc1f

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -207,38 +207,38 @@
207207
<Uri>https://github.com/dotnet/llvm-project</Uri>
208208
<Sha>158c0c35f7a4ca5b2214cb259ba581396458c502</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25204.5">
210+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
212+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25204.5">
214+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25208.6">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
216+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
217217
</Dependency>
218-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.25204.5">
218+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.25208.6">
219219
<Uri>https://github.com/dotnet/arcade</Uri>
220-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
220+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25204.5">
222+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25208.6">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
224+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
225225
</Dependency>
226-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25204.5">
226+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25208.6">
227227
<Uri>https://github.com/dotnet/arcade</Uri>
228-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
228+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
229229
</Dependency>
230-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.25204.5">
230+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.25208.6">
231231
<Uri>https://github.com/dotnet/arcade</Uri>
232-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
232+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
233233
</Dependency>
234-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25204.5">
234+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25208.6">
235235
<Uri>https://github.com/dotnet/arcade</Uri>
236-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
236+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
237237
</Dependency>
238238
<!-- Intermediate is necessary for source build. -->
239-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25204.5">
239+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25208.6">
240240
<Uri>https://github.com/dotnet/arcade</Uri>
241-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
241+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
242242
<SourceBuild RepoName="arcade" ManagedOnly="true" />
243243
</Dependency>
244244
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
5252
</PropertyGroup>
5353
<PropertyGroup>
54-
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25204.5</MicrosoftDotNetBuildTasksPackagingVersion>
55-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25204.5</MicrosoftDotNetBuildTasksTemplatingVersion>
56-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25204.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
57-
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.25204.5</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
54+
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksPackagingVersion>
55+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksTemplatingVersion>
56+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
57+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
5858
</PropertyGroup>
5959
<PropertyGroup>
6060
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.104"
3+
"dotnet": "9.0.105"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
7-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6",
7+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.6",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)