Can't use project references in tests for the CI

This commit is contained in:
BrennanConroy 2016-11-30 15:06:04 -08:00
parent a96370ea35
commit 7c8eeb11f4
2 changed files with 2 additions and 6 deletions

View File

@ -8,9 +8,7 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.AspNetCore.SignalR": {
"target": "project"
},
"Microsoft.AspNetCore.SignalR": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*"
},

View File

@ -11,9 +11,7 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*",
"Microsoft.AspNetCore.Sockets": {
"target": "project"
},
"Microsoft.AspNetCore.Sockets": "0.1.0-*",
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"xunit": "2.2.0-*"