Update dependencies from https://github.com/dotnet/arcade build 20220303.1 (#13322)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.2.0-beta-22128-02 to 1.2.0-beta-22151-02 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2022-03-04 18:01:13 +00:00 committed by GitHub
parent 6d90bbe8c0
commit 5fe093bc35
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.22152.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22153.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>566e5fb87e4f84eeb898500fd3b3d2fd96662d13</Sha>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22152.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22153.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>566e5fb87e4f84eeb898500fd3b3d2fd96662d13</Sha>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22152.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22153.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>566e5fb87e4f84eeb898500fd3b3d2fd96662d13</Sha>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22153.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>616520d7f76c05797dcf651bb23c79dc59b615c1</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22128-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22151-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>19517bfeaf908c04b1b5bd3d9fd353deeda8e08d</Sha>
<Sha>91f8013db4421c49abee09523ab8cd8a7ec9409a</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.22152.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22153.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.22152.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22152.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22153.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22153.1"
}
}