Skip to content

Commit eb41623

Browse files
author
v-wuzhai
authored
[main] Update dependencies from dotnet/arcade (#44712)
2 parents 5614d29 + a858615 commit eb41623

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
@@ -593,34 +593,34 @@
593593
</Dependency>
594594
</ProductDependencies>
595595
<ToolsetDependencies>
596-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24555.1">
596+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24556.2">
597597
<Uri>https://github.com/dotnet/arcade</Uri>
598-
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
598+
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
599599
</Dependency>
600-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24555.1">
600+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24556.2">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
602+
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24555.1">
604+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24556.2">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
606+
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
607607
</Dependency>
608-
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24555.1">
608+
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24556.2">
609609
<Uri>https://github.com/dotnet/arcade</Uri>
610-
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
610+
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
611611
</Dependency>
612-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24555.1">
612+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24556.2">
613613
<Uri>https://github.com/dotnet/arcade</Uri>
614-
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
614+
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
615615
</Dependency>
616-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24555.1">
616+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24556.2">
617617
<Uri>https://github.com/dotnet/arcade</Uri>
618-
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
618+
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
619619
</Dependency>
620620
<!-- Intermediate is necessary for source build. -->
621-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24555.1">
621+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24556.2">
622622
<Uri>https://github.com/dotnet/arcade</Uri>
623-
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
623+
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
624624
<SourceBuild RepoName="arcade" ManagedOnly="true" />
625625
</Dependency>
626626
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-alpha.1.24557.1">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@
284284
</PropertyGroup>
285285
<PropertyGroup>
286286
<!-- Dependencies from https://github.com/dotnet/arcade -->
287-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24555.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
288-
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24555.1</MicrosoftDotNetSignToolVersion>
289-
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24555.1</MicrosoftDotNetXliffTasksVersion>
290-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24555.1</MicrosoftDotNetXUnitExtensionsVersion>
287+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24556.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
288+
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24556.2</MicrosoftDotNetSignToolVersion>
289+
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24556.2</MicrosoftDotNetXliffTasksVersion>
290+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24556.2</MicrosoftDotNetXUnitExtensionsVersion>
291291
</PropertyGroup>
292292
<PropertyGroup>
293293
<!-- 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": "10.0.0-beta.24555.1",
21-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24555.1",
20+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24556.2",
21+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24556.2",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)