Fixed build

This commit is contained in:
David Fowler 2016-03-25 10:50:06 -07:00
parent 4d64c1849d
commit c6f7a3434e
2 changed files with 7 additions and 5 deletions

View File

@ -2,8 +2,7 @@
"dependencies": {
"AntiforgerySample": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -11,7 +10,9 @@
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"System.Net.Http": "4.0.1-*",
"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

@ -10,7 +10,6 @@
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0-*"
},
"testRunner": "xunit",
@ -18,7 +17,9 @@
"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",