In project.json now we can specify different frameworks. Now the complexity is increased due to the several options to target.
You may fill framework
, runtime
and dependencies
fields making the system much more flexible but so much complex too specially now that exist a new target called netstandard
.
Each framework and dependency can have other fields too, one that takes my attention is import
. I have seen different examples using differently but I dont know its effect. In addition I have run in trouble playing with that.
Can someone turn one light about that?