[main] Update dependencies from dotnet/arcade (#16203)
This commit is contained in:
commit
2a13403f85
3 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue