Update dependencies from https://github.com/dotnet/arcade build 20211230.1 (#12928)
[main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.2.0-beta-21620-02 to 1.2.0-beta-21629-02 (parent: Microsoft.DotNet.Arcade.Sdk) - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21628.1 to 1.0.0-beta.21629.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
c2d828380f
commit
00f63cb868
3 changed files with 13 additions and 13 deletions
|
@ -172,33 +172,33 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21629.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21630.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>88f5cddd49bfceca1761a93d16a0a3b5c012f521</Sha>
|
||||
<Sha>12ba11c57391a796290dd8775c74f3df26cdbc6b</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21629.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21630.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>88f5cddd49bfceca1761a93d16a0a3b5c012f521</Sha>
|
||||
<Sha>12ba11c57391a796290dd8775c74f3df26cdbc6b</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21629.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21630.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>88f5cddd49bfceca1761a93d16a0a3b5c012f521</Sha>
|
||||
<Sha>12ba11c57391a796290dd8775c74f3df26cdbc6b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.21628.1">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
<Sha>2f4e9eb4da9d3eb5d9c4346e0b11449a2995f0f3</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-21620-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-21629-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>392126dabae557bf0664f599b5469ccc6d1dfcd8</Sha>
|
||||
<Sha>427936db7c8a37605c4116c4fc785bd0196f34fe</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21628.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21629.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>5ee895270b74f24b78d57de865aa5979ae9f1b44</Sha>
|
||||
<Sha>14af497ed7588e1b6bd7f7f9b7267cc85159324f</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21629.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21630.1</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.21629.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21629.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21630.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21630.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue