Skip to content

Commit 6436f41

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250408.4
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25204.5 -> To Version 9.0.0-beta.25208.4
1 parent 33c74c6 commit 6436f41

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -555,34 +555,34 @@
555555
</Dependency>
556556
</ProductDependencies>
557557
<ToolsetDependencies>
558-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25204.5">
558+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.4">
559559
<Uri>https://github.com/dotnet/arcade</Uri>
560-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
560+
<Sha>ca3c62aa504aaefb17782282cc3ae7723562cf95</Sha>
561561
</Dependency>
562-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25204.5">
562+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25208.4">
563563
<Uri>https://github.com/dotnet/arcade</Uri>
564-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
564+
<Sha>ca3c62aa504aaefb17782282cc3ae7723562cf95</Sha>
565565
</Dependency>
566-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25204.5">
566+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25208.4">
567567
<Uri>https://github.com/dotnet/arcade</Uri>
568-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
568+
<Sha>ca3c62aa504aaefb17782282cc3ae7723562cf95</Sha>
569569
</Dependency>
570-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25204.5">
570+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25208.4">
571571
<Uri>https://github.com/dotnet/arcade</Uri>
572-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
572+
<Sha>ca3c62aa504aaefb17782282cc3ae7723562cf95</Sha>
573573
</Dependency>
574-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25204.5">
574+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25208.4">
575575
<Uri>https://github.com/dotnet/arcade</Uri>
576-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
576+
<Sha>ca3c62aa504aaefb17782282cc3ae7723562cf95</Sha>
577577
</Dependency>
578-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25204.5">
578+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25208.4">
579579
<Uri>https://github.com/dotnet/arcade</Uri>
580-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
580+
<Sha>ca3c62aa504aaefb17782282cc3ae7723562cf95</Sha>
581581
</Dependency>
582582
<!-- Intermediate is necessary for source build. -->
583-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25204.5">
583+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25208.4">
584584
<Uri>https://github.com/dotnet/arcade</Uri>
585-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
585+
<Sha>ca3c62aa504aaefb17782282cc3ae7723562cf95</Sha>
586586
<SourceBuild RepoName="arcade" ManagedOnly="true" />
587587
</Dependency>
588588
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.3">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@
268268
</PropertyGroup>
269269
<PropertyGroup>
270270
<!-- Dependencies from https://github.com/dotnet/arcade -->
271-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25204.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
272-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25204.5</MicrosoftDotNetSignToolVersion>
273-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25204.5</MicrosoftDotNetXliffTasksVersion>
274-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25204.5</MicrosoftDotNetXUnitExtensionsVersion>
271+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25208.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
272+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25208.4</MicrosoftDotNetSignToolVersion>
273+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25208.4</MicrosoftDotNetXliffTasksVersion>
274+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25208.4</MicrosoftDotNetXUnitExtensionsVersion>
275275
</PropertyGroup>
276276
<PropertyGroup>
277277
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"cmake": "latest"
1818
},
1919
"msbuild-sdks": {
20-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
21-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5",
20+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.4",
21+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.4",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)