Add Microsoft.AspNetCore.Server.IISIntegration to NuGetPackageVerifier

This commit is contained in:
Chris R 2016-03-10 11:45:46 -08:00
parent 126ed6c4de
commit 46eef2eafb
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
],
"packages": {
"dotnet-publish-iis": { },
"Microsoft.AspNetCore.IISPlatformHandler": { }
"Microsoft.AspNetCore.IISPlatformHandler": { },
"Microsoft.AspNetCore.Server.IISIntegration": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.