From 967317406da6fb0acfd5d00044ac06c0b6b645f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 6 Aug 2021 11:41:08 +0200 Subject: [PATCH] Remove Microsoft.DotNet.PackageValidation from global.json I incorrectly added it back while resolving merge conflicts in https://github.com/dotnet/runtime/pull/56719 but it was removed from global.json with https://github.com/dotnet/runtime/pull/56712 --- global.json | 1 - 1 file changed, 1 deletion(-) diff --git a/global.json b/global.json index a769292d1363c7..0be8ec34619f55 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,6 @@ }, "msbuild-sdks": { "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "6.0.0-beta.21405.3", - "Microsoft.DotNet.PackageValidation": "1.0.0-preview.7.21352.4", "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21405.3", "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21405.3", "Microsoft.DotNet.SharedFramework.Sdk": "6.0.0-beta.21405.3",