Add ResponseCompression to NuGetPackageVerifier
This commit is contained in:
parent
2a402abefe
commit
ea04e34062
|
|
@ -6,7 +6,8 @@
|
||||||
"packages": {
|
"packages": {
|
||||||
"Microsoft.AspNetCore.Buffering": { },
|
"Microsoft.AspNetCore.Buffering": { },
|
||||||
"Microsoft.AspNetCore.HttpOverrides": { },
|
"Microsoft.AspNetCore.HttpOverrides": { },
|
||||||
"Microsoft.AspNetCore.Rewrite": { }
|
"Microsoft.AspNetCore.Rewrite": { },
|
||||||
|
"Microsoft.AspNetCore.ResponseCompression": { }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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