Can't use project references in tests for the CI
This commit is contained in:
parent
a96370ea35
commit
7c8eeb11f4
|
|
@ -8,9 +8,7 @@
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.SignalR": {
|
"Microsoft.AspNetCore.SignalR": "1.0.0-*",
|
||||||
"target": "project"
|
|
||||||
},
|
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*"
|
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,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.Sockets": {
|
"Microsoft.AspNetCore.Sockets": "0.1.0-*",
|
||||||
"target": "project"
|
|
||||||
},
|
|
||||||
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue