Fix more versioning
This commit is contained in:
parent
e35814ac58
commit
ea0042c685
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
|
"Microsoft.AspNetCore.ResponseCompression": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Rewrite": "1.0.0-*",
|
"Microsoft.AspNetCore.Rewrite": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*"
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.2.0-*",
|
"version": "1.1.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.2.0-*",
|
"version": "1.1.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Http": "1.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.AspNetCore.TestHost": "1.2.0-*",
|
||||||
"Microsoft.Net.Http.Headers": "1.2.0-*",
|
"Microsoft.Net.Http.Headers": "1.2.0-*",
|
||||||
"Moq": "4.6.36-*",
|
"Moq": "4.6.36-*",
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"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.AspNetCore.TestHost": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue