Update dependencies from https://github.com/dotnet/arcade build 20210924.2 (#12138)
[main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21471.1 to 1.0.0-beta.21472.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
8f9cce369c
commit
75f8e75ccc
3 changed files with 11 additions and 11 deletions
|
@ -169,19 +169,19 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21473.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21474.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c7546c02b92d9d5cbad2345e15a5962253bf6560</Sha>
|
||||
<Sha>3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21473.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21474.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c7546c02b92d9d5cbad2345e15a5962253bf6560</Sha>
|
||||
<Sha>3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21473.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21474.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c7546c02b92d9d5cbad2345e15a5962253bf6560</Sha>
|
||||
<Sha>3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5</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.21471.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21472.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>f8634d0b717926af79d5039d0b8f6fce82e1134d</Sha>
|
||||
<Sha>d3413141e57befa40137d48b33e62098e8c84b15</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21473.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21474.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.16.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21473.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21473.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21474.2",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21474.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue