[main] Update dependencies from dotnet/arcade (#19766)

This commit is contained in:
v-wuzhai 2024-05-16 19:27:26 -07:00 committed by GitHub
commit 72ae12d29b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View file

@ -161,17 +161,17 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24260.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24265.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
<Sha>15eea424d3b2dd25a5c0b10e8adc8aeed50129a1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24260.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24265.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
<Sha>15eea424d3b2dd25a5c0b10e8adc8aeed50129a1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24260.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24265.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
<Sha>15eea424d3b2dd25a5c0b10e8adc8aeed50129a1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24256.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -181,9 +181,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24260.2">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24265.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
<Sha>15eea424d3b2dd25a5c0b10e8adc8aeed50129a1</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
<Uri>https://github.com/dotnet/runtime</Uri>

View file

@ -39,7 +39,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24260.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24265.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,8 +11,8 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24260.2",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24260.2",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24265.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24265.1",
"Microsoft.Build.NoTargets": "3.7.0"
}
}