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