Add Microsoft.AspNetCore.Server.IISIntegration to NuGetPackageVerifier
This commit is contained in:
parent
126ed6c4de
commit
46eef2eafb
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue