[release/8.0.2xx] Update dependencies from dotnet/arcade (#17731)

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:40 -08:00 committed by GitHub
parent dd100642bd
commit bbbba62fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -205,18 +205,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23525.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23556.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23525.4">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23556.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23525.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23556.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a57022b44f3ff23de925530ea1d27da9701aed57</Sha>
<Sha>080141bf0f9f15408bb6eb8e301b23bddf81d054</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23416.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>

View file

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