Merge pull request #13637 from dotnet/darc-main-e328a84d-ee21-418c-b074-06ed3b3461f0

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-04-14 14:27:33 -07:00 committed by GitHub
commit b21fb3782d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22212.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22213.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.22212.2",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22212.2"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22213.2",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22213.2"
}
}