Update dependencies from https://github.com/dotnet/arcade build 20210826.2 (#11701)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21421.1 to 1.0.0-beta.21425.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-08-27 13:18:28 +00:00 committed by GitHub
parent 7bcb584d1c
commit ca11795212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -157,19 +157,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21425.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21426.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>809cbb58dea1d1e477ab0e12855d1758d50844a8</Sha>
<Sha>e737b1f920e7e1a37f99dae198bbd957c293b9c8</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.21425.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.21426.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>809cbb58dea1d1e477ab0e12855d1758d50844a8</Sha>
<Sha>e737b1f920e7e1a37f99dae198bbd957c293b9c8</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21425.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21426.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>809cbb58dea1d1e477ab0e12855d1758d50844a8</Sha>
<Sha>e737b1f920e7e1a37f99dae198bbd957c293b9c8</Sha>
</Dependency>
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
@ -180,9 +180,9 @@
<Sha>6dcc7d005e38829efb6714d2ecfc4c0cb383e7d9</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21421.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21425.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>370da425b0478879d5f8f407b3e4db495bcdcc11</Sha>
<Sha>efd11df517e8f73e593602648d5ec9ce7ae9671a</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>

View file

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