Update dependencies from https://github.com/dotnet/arcade build 20211221.3 (#12879)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.2.0-beta-21616-04 to 1.2.0-beta-21617-01 (parent: Microsoft.DotNet.Arcade.Sdk)
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21616.1 to 1.0.0-beta.21618.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-12-22 14:15:49 +00:00 committed by GitHub
parent 9893d93dfe
commit 895fec8269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -172,33 +172,33 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21620.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21621.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2af5dda2d48417982a6b90bf28e8b9a9b57f5ad4</Sha>
<Sha>0cd94b1d02c03377d99f3739beb191591f6abee5</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21620.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21621.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2af5dda2d48417982a6b90bf28e8b9a9b57f5ad4</Sha>
<Sha>0cd94b1d02c03377d99f3739beb191591f6abee5</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21620.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21621.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2af5dda2d48417982a6b90bf28e8b9a9b57f5ad4</Sha>
<Sha>0cd94b1d02c03377d99f3739beb191591f6abee5</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.21616.2">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>5a659cd9117a398098779cfd75bdd86c1214c669</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-21616-04" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-21617-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>fd61d7b341e28abd71cf73083b83dc95eb5694cb</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21616.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21618.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>eb27bf615b1c70018e3209384c76c45eb5c3f4f4</Sha>
<Sha>6a28b6d9a37488168d2063a1d55ac5c89f053c1b</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>

View file

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