If a package is not supported by .NetStandard but the portable-net45 or netcore45. How can we install such package in .NetStandard targeting project.
Installing package that do not support .NetStandard
91 views Asked by Irshad Ali At
1
If a package is not supported by .NetStandard but the portable-net45 or netcore45. How can we install such package in .NetStandard targeting project.
we can install packages by using this small hack.
In project.json: in netstandard framework json. use imports key like below.