[main] Update dependencies from dotnet/arcade (#18288)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
4f7697a2da
commit
4528a845b6
3 changed files with 11 additions and 11 deletions
|
@ -206,18 +206,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24067.4">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24068.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>269a0e658ebd52b02a34072dc99277be43fe58f7</Sha>
|
||||
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24067.4">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24068.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>269a0e658ebd52b02a34072dc99277be43fe58f7</Sha>
|
||||
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24067.4">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24068.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>269a0e658ebd52b02a34072dc99277be43fe58f7</Sha>
|
||||
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23621.3">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -227,9 +227,9 @@
|
|||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>702f946f89ace6197fdca2ac309d32187c4bc1bd</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24067.4">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24068.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>269a0e658ebd52b02a34072dc99277be43fe58f7</Sha>
|
||||
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24067.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24068.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": "9.0.0-beta.24067.4",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24067.4"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24068.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24068.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue