Update dependencies from https://github.com/dotnet/arcade build 20201210.4 (#9221)

[master] Update dependencies from dotnet/arcade
- Coherency Updates:
  - XliffTasks: from 1.0.0-beta.20608.1 to 1.0.0-beta.20609.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-12-12 13:54:40 +00:00 committed by GitHub
parent fd3c020fd6
commit f442630c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -148,13 +148,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20609.9">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20610.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
<Sha>3346d7b4ff047c854913fb2ded6e3aa726da6d11</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20609.9">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20610.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>66c6b1b53965afd8ee5695a36b1909d006ae98af</Sha>
<Sha>3346d7b4ff047c854913fb2ded6e3aa726da6d11</Sha>
</Dependency>
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
@ -164,9 +164,9 @@
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>f3182c5db7acd80fab1e8ce3332b327886692951</Sha>
</Dependency>
<Dependency Name="XliffTasks" Version="1.0.0-beta.20608.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="XliffTasks" Version="1.0.0-beta.20609.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>2737d94d136f96dc6d0e5b08c4ed0791477fac25</Sha>
<Sha>a23212cca46ae31bda5641976c457c29ae76f137</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

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