Update dependencies from https://github.com/dotnet/arcade build 20220421.2

Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk
 From Version 7.0.0-beta.22215.2 -> To Version 7.0.0-beta.22221.2

Dependency coherency updates

Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.Net.Compilers.Toolset,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks
 From Version 7.0.0-preview.4.22217.5 -> To Version 7.0.0-preview.4.22216.4 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-04-22 12:35:24 +00:00
parent 126a74a720
commit d3a0f1b01c
3 changed files with 9 additions and 9 deletions

View file

@ -192,19 +192,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22220.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22221.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
<Sha>daab9b4d3afbde7ed92882f0f0c540ef5e015fd2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22220.6">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22221.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
<Sha>daab9b4d3afbde7ed92882f0f0c540ef5e015fd2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22220.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22221.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
<Sha>daab9b4d3afbde7ed92882f0f0c540ef5e015fd2</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22215.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22220.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22221.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22220.6",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22220.6"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22221.2",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22221.2"
}
}