Fix more versioning

This commit is contained in:
Pranav K 2016-11-10 08:01:34 -08:00
parent e35814ac58
commit ea0042c685
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Rewrite": "1.0.0-*",
"Microsoft.AspNetCore.Rewrite": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*"
},

View File

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

View File

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

View File

@ -9,7 +9,7 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*",
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
"Microsoft.AspNetCore.ResponseCompression": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Net.Http.Headers": "1.2.0-*",
"Moq": "4.6.36-*",

View File

@ -5,7 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Rewrite": "1.0.0-*",
"Microsoft.AspNetCore.Rewrite": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
"xunit": "2.2.0-*"