Update dependencies from https://github.com/dotnet/arcade build 20230303.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23152.1 -> To Version 8.0.0-beta.23153.1
This commit is contained in:
parent
9cf0095d08
commit
b7da23ac66
3 changed files with 9 additions and 9 deletions
|
@ -195,18 +195,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23152.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23153.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6b3afa7543dd5d69e621015cd1569fb0960b5f24</Sha>
|
||||
<Sha>7f6d9796cc7f594772f798358dbdd8c69b6a97af</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23152.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23153.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6b3afa7543dd5d69e621015cd1569fb0960b5f24</Sha>
|
||||
<Sha>7f6d9796cc7f594772f798358dbdd8c69b6a97af</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23152.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23153.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6b3afa7543dd5d69e621015cd1569fb0960b5f24</Sha>
|
||||
<Sha>7f6d9796cc7f594772f798358dbdd8c69b6a97af</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23152.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23153.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.23152.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23152.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23153.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23153.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue