Update dependencies from https://github.com/dotnet/arcade build 20220209.1 (#13212)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.2.0-beta-22101-03 to 1.2.0-beta-22107-03 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2022-02-10 19:01:30 +00:00 committed by GitHub
parent 5040b4250d
commit e15a347113
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.22108.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22108.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22108.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22109.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>d6bc5e85031403c7a919753f1e1c08d25214fc6b</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22101-03" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22107-03" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>72ddf5cd5ab8301a41f9741210766eff56a06581</Sha>
<Sha>2049ef6eb10efd5986bb7710b3b8e310664c0252</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22104.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.22108.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22109.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.22108.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22108.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22109.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22109.1"
}
}