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": {
|
||||
"target": "project",
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.NETCore.App": "1.0.1"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {},
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.1"
|
||||
}
|
||||
},
|
||||
"net451": {}
|
||||
},
|
||||
"runtimes": {
|
||||
|
|
Loading…
Reference in a new issue