Add Microsoft.AspNetCore.Server.IISIntegration to NuGetPackageVerifier
This commit is contained in:
parent
126ed6c4de
commit
46eef2eafb
|
|
@ -5,7 +5,8 @@
|
||||||
],
|
],
|
||||||
"packages": {
|
"packages": {
|
||||||
"dotnet-publish-iis": { },
|
"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.
|
"Default": { // Rules to run for packages not listed in any other set.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue