Fixing downgrade warnings
This commit is contained in:
parent
7f6410bc55
commit
35f4f22117
|
|
@ -5,7 +5,7 @@
|
|||
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets": "1.1.0-*",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.WebSockets": "1.1.0-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
Loading…
Reference in New Issue