Update dependencies from https://github.com/dotnet/arcade build 20201030.2 (#8994)

[master] Update dependencies from dotnet/arcade
- Coherency Updates:
  - XliffTasks: from 1.0.0-beta.20528.1 to 1.0.0-beta.20529.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-11-03 14:04:13 +00:00 committed by GitHub
parent b2fc2c13c0
commit 26fdc31c66
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.20529.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20530.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>19e7e769f7ca2ece42221f7ff951e7ec705498ec</Sha>
<Sha>cd9ceb55f83fb23114ac99ffaa35bcedf41d6cf0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20529.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20530.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>19e7e769f7ca2ece42221f7ff951e7ec705498ec</Sha>
<Sha>cd9ceb55f83fb23114ac99ffaa35bcedf41d6cf0</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>2909054971c449957ac9c9b1621246b012b42b2b</Sha>
</Dependency>
<Dependency Name="XliffTasks" Version="1.0.0-beta.20528.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="XliffTasks" Version="1.0.0-beta.20529.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>c083dafc24335230e0a7c7f6dfc76ca31ab192e0</Sha>
<Sha>c352b1ebd7bae4c4640237a0b2c04c969d85edb4</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

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