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

This commit is contained in:
v-wuzhai 2024-01-01 18:14:12 -08:00 committed by GitHub
commit b5ede9c8a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -211,18 +211,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23621.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23628.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
<Sha>9e5fd26c0d1a187dfa08242d83e341634d4b1b07</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23621.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23628.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
<Sha>9e5fd26c0d1a187dfa08242d83e341634d4b1b07</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23621.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23628.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
<Sha>9e5fd26c0d1a187dfa08242d83e341634d4b1b07</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23621.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -232,9 +232,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>702f946f89ace6197fdca2ac309d32187c4bc1bd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23621.2">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23628.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
<Sha>9e5fd26c0d1a187dfa08242d83e341634d4b1b07</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
<Uri>https://github.com/dotnet/runtime</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23621.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23628.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23621.2",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23621.2"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23628.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23628.1"
}
}