Fixing downgrade warnings

This commit is contained in:
Pranav K 2016-11-10 09:00:52 -08:00
parent 7f6410bc55
commit 35f4f22117
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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",