React to ResponseCompression version change
This commit is contained in:
parent
2d1ea1a28f
commit
4fa0551265
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.ResponseCompression": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.ResponseCompression": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue