Update dependencies from https://github.com/dotnet/arcade build 20211217.4 (#12863)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.1.1-beta-21579-02 to 1.2.0-beta-21616-04 (parent: Microsoft.DotNet.Arcade.Sdk)
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21614.1 to 1.0.0-beta.21616.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-12-18 15:18:59 +00:00 committed by GitHub
parent 9ed1dfec98
commit e1141baa0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -172,33 +172,33 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21615.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21617.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>943d03f62955c771825dfa1f1bdeb8f853a2d7dd</Sha>
<Sha>78659a1d4831ce9d62ea817fe13e4e2e70a52961</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21615.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21617.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>943d03f62955c771825dfa1f1bdeb8f853a2d7dd</Sha>
<Sha>78659a1d4831ce9d62ea817fe13e4e2e70a52961</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21615.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21617.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>943d03f62955c771825dfa1f1bdeb8f853a2d7dd</Sha>
<Sha>78659a1d4831ce9d62ea817fe13e4e2e70a52961</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.1.1-beta-21579-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-21616-04" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>9c298b01ce0f161622bef0bc0c433a758d0dd3ac</Sha>
<Sha>fd61d7b341e28abd71cf73083b83dc95eb5694cb</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21614.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21616.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>59de228256462700a375bf4a31af19362355dd12</Sha>
<Sha>eb27bf615b1c70018e3209384c76c45eb5c3f4f4</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.21615.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21617.4</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.21615.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21615.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21617.4",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21617.4"
}
}