From 07444de002ddf6882c646214274bc498c7171fd1 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 30 Sep 2016 15:04:11 -0700 Subject: [PATCH] React to aspnet/BuildTools#105 --- NuGetPackageVerifier.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index a8c79faf4d..aa4710b372 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -5,7 +5,7 @@ ], "packages": { "Microsoft.DotNet.Watcher.Tools": { - "nowarn": { + "exclusions": { "DOC_MISSING": { "lib/netcoreapp1.0/dotnet-watch.dll": "xmldocs not required for DotnetCliTool packages" } @@ -13,7 +13,7 @@ "packageTypes": ["DotnetCliTool"] }, "Microsoft.Extensions.Caching.SqlConfig.Tools": { - "nowarn": { + "exclusions": { "DOC_MISSING": { "lib/netcoreapp1.0/dotnet-sql-cache.dll": "xmldocs not required for DotnetCliTool packages" } @@ -21,7 +21,7 @@ "packageTypes": ["DotnetCliTool"] }, "Microsoft.Extensions.SecretManager.Tools": { - "nowarn": { + "exclusions": { "DOC_MISSING": { "lib/netcoreapp1.0/dotnet-user-secrets.dll": "xmldocs not required for DotnetCliTool packages" }