Fix versioning

This commit is contained in:
Pranav K 2016-11-09 14:25:04 -08:00
parent 445dcd9f1a
commit e35814ac58
4 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,4 @@
{ {
"version": "1.2.0-*",
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },

View File

@ -1,7 +1,6 @@
{ {
"version": "1.2.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Buffering": "0.2.0-*", "Microsoft.AspNetCore.Buffering": "0.3.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*"
}, },
"buildOptions": { "buildOptions": {

View File

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

View File

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Buffering": "0.2.0-*", "Microsoft.AspNetCore.Buffering": "0.3.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },