From 983ed48d265ca499555449ffb3b00a955235e61a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 00:26:20 +0000 Subject: [PATCH] build(deps): bump MSBuild.Sdk.Extras in /integrationtests Bumps [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras) from 2.0.43 to 3.0.22. - [Release notes](https://github.com/novotnyllc/MSBuildSdkExtras/releases) - [Commits](https://github.com/novotnyllc/MSBuildSdkExtras/compare/v2.0.43...v3.0.22) Signed-off-by: dependabot-preview[bot] --- integrationtests/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/global.json b/integrationtests/global.json index 42dc9cc61f..554be86427 100644 --- a/integrationtests/global.json +++ b/integrationtests/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "MSBuild.Sdk.Extras": "2.0.43" + "MSBuild.Sdk.Extras": "3.0.22" } }