Update dependencies from https://github.com/dotnet/arcade build 20230407.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23177.4 -> To Version 8.0.0-beta.23207.1

Dependency coherency updates

Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
 From Version 1.2.0-beta-23175-02 -> To Version 1.2.0-beta-23205-03 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-04-07 22:59:50 +00:00
parent c194e4332c
commit 37b0180fc0
3 changed files with 11 additions and 11 deletions

View file

@ -193,18 +193,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23205.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23207.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>290a3ecc0e3dabcdcafff632ccbf28d42db8061b</Sha>
<Sha>e3bfcab7b00a6345c005dad16474d2ad29d6587d</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23205.4">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23207.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>290a3ecc0e3dabcdcafff632ccbf28d42db8061b</Sha>
<Sha>e3bfcab7b00a6345c005dad16474d2ad29d6587d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23205.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23207.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>290a3ecc0e3dabcdcafff632ccbf28d42db8061b</Sha>
<Sha>e3bfcab7b00a6345c005dad16474d2ad29d6587d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -223,9 +223,9 @@
<Sha>9d5fc54b0d8b201e6fcc4f894ee8d5bf8611e681</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23202-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23205-03" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>47edfd68f25fc5a9dd399b6e3f8f20a355f82e1a</Sha>
<Sha>c30453767037d81a9ab925f82736a9738004f309</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23180.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23205.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23207.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": "8.0.0-beta.23205.4",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23205.4"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23207.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23207.1"
}
}