Making M.NC.App conditional on netcoreapp1.0 framework for the test asset so that it can restore.
This commit is contained in:
parent
ef90667375
commit
92e7d8e9e9
1 changed files with 6 additions and 3 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue