Add ResponseCompression to NuGetPackageVerifier

This commit is contained in:
Chris R 2016-09-26 12:10:41 -07:00
parent 2a402abefe
commit ea04e34062
1 changed files with 2 additions and 1 deletions

View File

@ -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.