Update dependencies from https://github.com/dotnet/arcade build 20220302.1 (#13310)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.2.0-beta-22127-02 to 1.2.0-beta-22128-02 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2022-03-03 19:07:02 +00:00 committed by GitHub
parent d354b6a6e3
commit e6c23bccf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -177,28 +177,28 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22151.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22152.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>801ca3a61b946c160070168bf4ba35f5ecaceba6</Sha>
<Sha>566e5fb87e4f84eeb898500fd3b3d2fd96662d13</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22151.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22152.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>801ca3a61b946c160070168bf4ba35f5ecaceba6</Sha>
<Sha>566e5fb87e4f84eeb898500fd3b3d2fd96662d13</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22151.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22152.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>801ca3a61b946c160070168bf4ba35f5ecaceba6</Sha>
<Sha>566e5fb87e4f84eeb898500fd3b3d2fd96662d13</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22152.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>00ca8c441141ff3c04a71fa555a577b36f13f379</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22127-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22128-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5666949d8f57ce3f5d1423002bf862582c6dd851</Sha>
<Sha>19517bfeaf908c04b1b5bd3d9fd353deeda8e08d</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22127.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

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