Fixed the build

This commit is contained in:
David Fowler 2016-03-25 02:53:31 -07:00
parent 97b775de2a
commit 14bd62d880
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,6 @@
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"testRunner": "xunit",
@ -12,7 +11,9 @@
"netstandardapp1.5": {
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*",
"System.Threading.Thread": "4.0.0-*"
"System.Threading.Thread": "4.0.0-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",