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": {
"emitEntryPoint": true
},

View File

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

View File

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

View File

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