Update dependencies from https://github.com/dotnet/arcade build 20210922.4 (#12097)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21470.1 to 1.0.0-beta.21471.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-09-23 13:02:31 +00:00 committed by GitHub
parent 87c927be27
commit e52ff89eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -169,19 +169,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21471.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21472.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>42b72b125d07dbc8fb3145fc10a8f332961bc0ba</Sha>
<Sha>8b2142306838fb8e155e12c1d8a9f59c9c4cd73f</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21471.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21472.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>42b72b125d07dbc8fb3145fc10a8f332961bc0ba</Sha>
<Sha>8b2142306838fb8e155e12c1d8a9f59c9c4cd73f</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21471.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21472.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>42b72b125d07dbc8fb3145fc10a8f332961bc0ba</Sha>
<Sha>8b2142306838fb8e155e12c1d8a9f59c9c4cd73f</Sha>
</Dependency>
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
@ -192,9 +192,9 @@
<Sha>fd48bde3c9769842b41fe696f15a16b1008bae18</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21470.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21471.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>f7165ff3841f2c5b1b77355a6d2edb2d2f52a2d3</Sha>
<Sha>f8634d0b717926af79d5039d0b8f6fce82e1134d</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>7.0.0-beta.21471.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21472.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.21471.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21471.3"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21472.4",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21472.4"
}
}