Update dependencies from https://github.com/dotnet/arcade build 20211118.2 (#12717)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.1.1-beta-21565-01 to 1.1.1-beta-21566-01 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-11-19 14:20:33 +00:00 committed by GitHub
parent 18f6daa460
commit 369971d171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -172,26 +172,26 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21566.10">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21568.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>53cc1bc2e555aa7aea95884575d22e21d63708cf</Sha>
<Sha>7097001cd87357ebc6fb82f3c7a801efeed70e3f</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21566.10">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21568.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>53cc1bc2e555aa7aea95884575d22e21d63708cf</Sha>
<Sha>7097001cd87357ebc6fb82f3c7a801efeed70e3f</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21566.10">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21568.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>53cc1bc2e555aa7aea95884575d22e21d63708cf</Sha>
<Sha>7097001cd87357ebc6fb82f3c7a801efeed70e3f</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-alpha.1.21521.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>fc184172bf8144f7c91a7bc0226b7d90c5821576</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.1-beta-21565-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.1-beta-21566-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>4f4f58596278e9ef72d68d7ea80b634e552c9c8f</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />

View file

@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21566.10</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21568.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21566.10",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21566.10"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21568.2",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21568.2"
}
}