Making M.NC.App conditional on netcoreapp1.0 framework for the test asset so that it can restore.

This commit is contained in:
Livar Cunha 2016-11-07 17:41:51 -08:00
parent ef90667375
commit 92e7d8e9e9

View file

@ -8,11 +8,14 @@
"ProjectB": { "ProjectB": {
"target": "project", "target": "project",
"version": "1.0.0-*" "version": "1.0.0-*"
}, }
"Microsoft.NETCore.App": "1.0.1"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": {}, "netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": "1.0.1"
}
},
"net451": {} "net451": {}
}, },
"runtimes": { "runtimes": {