Raise ResponseCompression version from 0.1 to 1.0

This commit is contained in:
Chris R 2016-10-14 11:12:36 -07:00
parent 1bd071de7a
commit cfe8518fa4
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.ResponseCompression": "0.1.0-*",
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"

View File

@ -1,5 +1,5 @@
{
"version": "0.1.0-*",
"version": "1.0.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",

View File

@ -1,5 +1,4 @@
{
"version": "1.1.0-*",
"buildOptions": {
"copyToOutput": [
"testfile1kb.txt"
@ -9,7 +8,7 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.ResponseCompression": "0.1.0-*",
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*",
"xunit": "2.2.0-*"