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

This commit is contained in:
Larry Ewing 2023-04-23 14:05:14 -05:00 committed by GitHub
commit 2a13403f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -193,18 +193,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23221.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23222.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
<Sha>19edd2a515c37b90e90ceab9ce842847ce75b460</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23221.8">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23222.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
<Sha>19edd2a515c37b90e90ceab9ce842847ce75b460</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23221.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23222.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
<Sha>19edd2a515c37b90e90ceab9ce842847ce75b460</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23212.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>

View file

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