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

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

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 8.0.0-beta.23330.1 -> To Version 8.0.0-beta.23355.1 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-07-08 12:25:11 +00:00
parent 532baa812e
commit 71d086f05f
3 changed files with 11 additions and 11 deletions

View file

@ -202,18 +202,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23356.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23357.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>28209139ee0e4b7c5b3dbfe74e30c6de8399189e</Sha>
<Sha>853cdb7499e6edddd5239e4b7a90f098ea84a261</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23356.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23357.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>28209139ee0e4b7c5b3dbfe74e30c6de8399189e</Sha>
<Sha>853cdb7499e6edddd5239e4b7a90f098ea84a261</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23356.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23357.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>28209139ee0e4b7c5b3dbfe74e30c6de8399189e</Sha>
<Sha>853cdb7499e6edddd5239e4b7a90f098ea84a261</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23307.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -232,9 +232,9 @@
<Sha>81a9aad6994047fc0e589a82597d1d8c179f22bd</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23330.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23355.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>2cbc0223f1ea879a8ca3a5c744da52d57d6c1fcd</Sha>
<Sha>93698e3c7ca6ec3e5d4be9eff07166bb64975bbc</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23326.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

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