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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2023-11-08 10:16:49 -08:00 committed by GitHub
parent 86744a0f03
commit c039c1d6ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -202,18 +202,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23556.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23557.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>21c8b7373b7e4845f7df0ad15654529c1f41b66d</Sha>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23556.4">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23557.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>21c8b7373b7e4845f7df0ad15654529c1f41b66d</Sha>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23556.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23557.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>21c8b7373b7e4845f7df0ad15654529c1f41b66d</Sha>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23551.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -223,9 +223,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>88b0cbb096999d03068ddc9945465a3f5b6ba5da</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23556.4">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23557.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>21c8b7373b7e4845f7df0ad15654529c1f41b66d</Sha>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</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

@ -39,7 +39,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23556.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23557.7</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.23556.4",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23556.4"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23557.7",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23557.7"
}
}