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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-02-16 16:24:11 +01:00 committed by GitHub
parent 9b54914494
commit 24d45ecb53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View file

@ -243,17 +243,17 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24112.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24114.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c3f5cbfb2829795294f5c2d9fa5a0522f47e91fb</Sha>
<Sha>d5b02a4900c4d521cb48b8f0d7e3f28175268f7c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24112.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24114.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c3f5cbfb2829795294f5c2d9fa5a0522f47e91fb</Sha>
<Sha>d5b02a4900c4d521cb48b8f0d7e3f28175268f7c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24112.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24114.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c3f5cbfb2829795294f5c2d9fa5a0522f47e91fb</Sha>
<Sha>d5b02a4900c4d521cb48b8f0d7e3f28175268f7c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24112.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -263,14 +263,14 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>c041bcdab75f5447be8bd11ddcfbe8e639f13f32</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24112.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24114.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c3f5cbfb2829795294f5c2d9fa5a0522f47e91fb</Sha>
<Sha>d5b02a4900c4d521cb48b8f0d7e3f28175268f7c</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24112.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24114.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c3f5cbfb2829795294f5c2d9fa5a0522f47e91fb</Sha>
<Sha>d5b02a4900c4d521cb48b8f0d7e3f28175268f7c</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">

View file

@ -44,7 +44,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24112.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24114.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,7 +11,7 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24112.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24112.1"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24114.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24114.1"
}
}