Skip to content

Commit c99aec2

Browse files
author
v-wuzhai
authored
[main] Update dependencies from dotnet/arcade (#44599)
2 parents 323a0a4 + a01e920 commit c99aec2

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
@@ -597,34 +597,34 @@
597597
</Dependency>
598598
</ProductDependencies>
599599
<ToolsetDependencies>
600-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24531.2">
600+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24551.1">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
602+
<Sha>1818ed2babf890a1cd62fa96a1f03abdada2d003</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24531.2">
604+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24551.1">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
606+
<Sha>1818ed2babf890a1cd62fa96a1f03abdada2d003</Sha>
607607
</Dependency>
608-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24531.2">
608+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24551.1">
609609
<Uri>https://github.com/dotnet/arcade</Uri>
610-
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
610+
<Sha>1818ed2babf890a1cd62fa96a1f03abdada2d003</Sha>
611611
</Dependency>
612-
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24531.2">
612+
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24551.1">
613613
<Uri>https://github.com/dotnet/arcade</Uri>
614-
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
614+
<Sha>1818ed2babf890a1cd62fa96a1f03abdada2d003</Sha>
615615
</Dependency>
616-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24531.2">
616+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24551.1">
617617
<Uri>https://github.com/dotnet/arcade</Uri>
618-
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
618+
<Sha>1818ed2babf890a1cd62fa96a1f03abdada2d003</Sha>
619619
</Dependency>
620-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24531.2">
620+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24551.1">
621621
<Uri>https://github.com/dotnet/arcade</Uri>
622-
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
622+
<Sha>1818ed2babf890a1cd62fa96a1f03abdada2d003</Sha>
623623
</Dependency>
624624
<!-- Intermediate is necessary for source build. -->
625-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24531.2">
625+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24551.1">
626626
<Uri>https://github.com/dotnet/arcade</Uri>
627-
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
627+
<Sha>1818ed2babf890a1cd62fa96a1f03abdada2d003</Sha>
628628
<SourceBuild RepoName="arcade" ManagedOnly="true" />
629629
</Dependency>
630630
<!-- Temporarily pinned to a net9 supporting version until the SDK can target net10.

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.24531.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
288-
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24531.2</MicrosoftDotNetSignToolVersion>
289-
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24531.2</MicrosoftDotNetXliffTasksVersion>
290-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24531.2</MicrosoftDotNetXUnitExtensionsVersion>
287+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24551.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
288+
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24551.1</MicrosoftDotNetSignToolVersion>
289+
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24551.1</MicrosoftDotNetXliffTasksVersion>
290+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24551.1</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.24531.2",
21-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24531.2",
20+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24551.1",
21+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24551.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)