Fix versioning
This commit is contained in:
parent
445dcd9f1a
commit
e35814ac58
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"version": "1.2.0-*",
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.2.0-*",
|
||||
"version": "0.3.0-*",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue