From 41fa3ff3eb9aac033aaae942765e16885b112a3a Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 26 Oct 2018 11:31:15 -0700 Subject: [PATCH] Add Razor.Workspaces to non-shipping in NPV Putting this package where it belongs in the NPV list. This package only ships with our other tooling-only packages. (cherry picked from commit 9d314071dc32462ff63bb8befcc422767e8db1c3) --- NuGetPackageVerifier.json | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index aeabac8d..b62352e8 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -6,6 +6,7 @@ "packages": { "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {}, "RazorPageGenerator": {}, + "Microsoft.CodeAnalysis.Razor.Workspaces": {}, "Microsoft.CodeAnalysis.Remote.Razor": {}, "Microsoft.VisualStudio.Editor.Razor": {}, "Microsoft.VisualStudio.LanguageServices.Razor": {},