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

This commit is contained in:
Michael Yanni 2024-01-24 10:02:19 -08:00 committed by GitHub
commit 539c517d0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View file

@ -206,18 +206,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24072.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24072.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24072.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24073.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -227,9 +227,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>94608f93ee72a99bd613d3f922e095daeb4d1bf1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24072.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
<Uri>https://github.com/dotnet/runtime</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24072.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24074.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": "9.0.0-beta.24072.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24072.1"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24074.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24074.1"
}
}