Update dependencies from https://github.com/dotnet/arcade build 20211103.3 (#12603)
[main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-21525-02 to 1.1.0-beta-21551-02 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
bfabeefa4d
commit
18f80a9b90
3 changed files with 11 additions and 11 deletions
|
@ -172,28 +172,28 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21552.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21553.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c336f6cb59bd52dfe2a844c738ec044affc57634</Sha>
|
||||
<Sha>0c6a8fa272455f7f363d986d4077455353e5fe7c</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21552.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21553.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c336f6cb59bd52dfe2a844c738ec044affc57634</Sha>
|
||||
<Sha>0c6a8fa272455f7f363d986d4077455353e5fe7c</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21552.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21553.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c336f6cb59bd52dfe2a844c738ec044affc57634</Sha>
|
||||
<Sha>0c6a8fa272455f7f363d986d4077455353e5fe7c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-alpha.1.21521.1">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
<Sha>fc184172bf8144f7c91a7bc0226b7d90c5821576</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-21525-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-21551-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>f1c51e30ad82be66c94f623d660bb0a6451970c2</Sha>
|
||||
<Sha>02a36d32650b2dbeabb3f5fb318461557c89014d</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21518.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21552.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21553.3</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.21552.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21552.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21553.3",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21553.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue