Update dependencies from https://github.com/dotnet/arcade build 20201022.2 (#8977)

[master] Update dependencies from dotnet/arcade
- Coherency Updates:
  - XliffTasks: from 1.0.0-beta.20519.1 to 1.0.0-beta.20520.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-10-26 14:54:03 +00:00 committed by GitHub
parent f8eb583d40
commit a02047216f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -140,13 +140,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20520.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20522.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7fbf2a7703498067569d07a21776b91e599028e2</Sha>
<Sha>c262e0121edb7df890528bb61589d4b6e440a1f6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20520.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20522.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7fbf2a7703498067569d07a21776b91e599028e2</Sha>
<Sha>c262e0121edb7df890528bb61589d4b6e440a1f6</Sha>
</Dependency>
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
@ -156,9 +156,9 @@
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>0decb380f1e0f8267259b5ae5d0d1e5102e380a1</Sha>
</Dependency>
<Dependency Name="XliffTasks" Version="1.0.0-beta.20519.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="XliffTasks" Version="1.0.0-beta.20520.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>339b0111cdf8bf4fd3cab63c9f9bfbf6db5325b4</Sha>
<Sha>3d4f8ba0950b6284c1ec3ad674eade92916f9796</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.20520.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.20522.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20520.8"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20522.2"
}
}