Update dependencies from https://github.com/dotnet/arcade build 20231106.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
This commit is contained in:
dotnet-maestro[bot] 2023-11-08 13:39:00 +00:00
parent 4d09393682
commit 5b89abdd87
3 changed files with 9 additions and 9 deletions

View file

@ -209,18 +209,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"
}
}