From 20068233c7f1b0bd70df0d4678bdfb75a7e342b9 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 21 Mar 2018 09:59:24 -0700 Subject: [PATCH] React to aspnet/BuildTools#616 - add additional exclusions for Microsoft.AspNetCore.Razor.Design --- NuGetPackageVerifier.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index b2b758d0d2..a6b622a7e4 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -47,6 +47,20 @@ "tools/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", "tools/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions." + }, + "ASSEMBLY_FILE_VERSION_MISMATCH": { + "tools/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions." + }, + "ASSEMBLY_VERSION_MISMATCH": { + "tools/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.", + "tools/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions." } } }