Fixing CI build failure

This commit is contained in:
Pranav K 2016-03-14 13:25:25 -07:00
parent a4ed79cc5a
commit 43ce29c1f9
2 changed files with 5 additions and 3 deletions

View File

@ -50,13 +50,15 @@
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.IO": "4.1.0-*",
"System.Runtime": "4.1.0-*"
},
"commands": {
"web": "MusicStore"
},
"frameworks": {
"dnx451": {},
"net451": {},
"netstandardapp1.5": {
"dependencies": {
"NETStandard.Library": "1.0.0-*"

View File

@ -18,7 +18,7 @@
"dotnet-test-xunit": "1.0.0-dev-*"
}
},
"dnx451": {}
"net451": {}
},
"testRunner": "xunit"
}