Fixed build

This commit is contained in:
David Fowler 2016-03-25 09:28:20 -07:00
parent 21a2acc927
commit 4e78a2d02e
2 changed files with 7 additions and 5 deletions

View File

@ -2,8 +2,7 @@
"exclude": "wwwroot/**/*",
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
@ -11,7 +10,9 @@
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",

View File

@ -1,14 +1,15 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"testRunner": "xunit",
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",