Fixing CI build failure
This commit is contained in:
parent
a4ed79cc5a
commit
43ce29c1f9
|
|
@ -50,13 +50,15 @@
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "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": {
|
"commands": {
|
||||||
"web": "MusicStore"
|
"web": "MusicStore"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {},
|
"net451": {},
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-*"
|
"NETStandard.Library": "1.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dnx451": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue