Skip to content

Commit fdbb7b2

Browse files
[main] Update dependencies from dotnet/arcade (dotnet#42500)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 792ac45 commit fdbb7b2

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
@@ -581,34 +581,34 @@
581581
</Dependency>
582582
</ProductDependencies>
583583
<ToolsetDependencies>
584-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24379.1">
584+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24401.1">
585585
<Uri>https://github.com/dotnet/arcade</Uri>
586-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
586+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
587587
</Dependency>
588-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24379.1">
588+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24401.1">
589589
<Uri>https://github.com/dotnet/arcade</Uri>
590-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
590+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
591591
</Dependency>
592-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24379.1">
592+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24401.1">
593593
<Uri>https://github.com/dotnet/arcade</Uri>
594-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
594+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
595595
</Dependency>
596-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24379.1">
596+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24401.1">
597597
<Uri>https://github.com/dotnet/arcade</Uri>
598-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
598+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
599599
</Dependency>
600-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24379.1">
600+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24401.1">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
602+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24379.1">
604+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24401.1">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
606+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
607607
</Dependency>
608608
<!-- Intermediate is necessary for source build. -->
609-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24379.1">
609+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24401.1">
610610
<Uri>https://github.com/dotnet/arcade</Uri>
611-
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
611+
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
612612
<SourceBuild RepoName="arcade" ManagedOnly="true" />
613613
</Dependency>
614614
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-rc.1.24401.2">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@
311311
</PropertyGroup>
312312
<PropertyGroup>
313313
<!-- Dependencies from https://github.com/dotnet/arcade -->
314-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24379.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
315-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24379.1</MicrosoftDotNetSignToolVersion>
316-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24379.1</MicrosoftDotNetXliffTasksVersion>
317-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24379.1</MicrosoftDotNetXUnitExtensionsVersion>
314+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24401.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
315+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24401.1</MicrosoftDotNetSignToolVersion>
316+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24401.1</MicrosoftDotNetXliffTasksVersion>
317+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24401.1</MicrosoftDotNetXUnitExtensionsVersion>
318318
</PropertyGroup>
319319
<PropertyGroup>
320320
<!-- 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.24379.1",
21-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24379.1",
20+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1",
21+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24401.1",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)