Update dependencies from https://github.com/dotnet/arcade build 20201207.11 (#9200)
[master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.20574.1 to 1.0.0-beta.20605.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
b9f183d8cb
commit
c848d28903
4 changed files with 9 additions and 9 deletions
|
@ -148,13 +148,13 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20604.2">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20607.11">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>ea609b8e036359934332480de9336d98fcbb3f91</Sha>
|
||||
<Sha>ae4226e0521b46075925444f3d733e05ae74dc0d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20604.2">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.20607.11">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>ea609b8e036359934332480de9336d98fcbb3f91</Sha>
|
||||
<Sha>ae4226e0521b46075925444f3d733e05ae74dc0d</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>2062f0c2bae2674b1b8b4416b0e13a8675560f3b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="XliffTasks" Version="1.0.0-beta.20574.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="XliffTasks" Version="1.0.0-beta.20605.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>7e29f28189ba6add06fe169e39a2187fc92d73a0</Sha>
|
||||
<Sha>e3a45fddee008a25d4dfc1c5222d93636ecf009b</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.20604.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.20607.11</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
}
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20604.2"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20607.11"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue