Fixed build

This commit is contained in:
David Fowler 2016-03-25 02:02:41 -07:00
parent 4e396b8443
commit 8965b63ec1
1 changed files with 4 additions and 3 deletions

View File

@ -5,15 +5,16 @@
"dependencies": {
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"xunit": "2.1.0"
},
"testRunner": "xunit",
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"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",