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/**/*", "exclude": "wwwroot/**/*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
@ -11,7 +10,9 @@
"frameworks": { "frameworks": {
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "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": [ "imports": [
"dnxcore50", "dnxcore50",

View File

@ -1,14 +1,15 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "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": [ "imports": [
"dnxcore50", "dnxcore50",