Open StefH opened 7 years ago
Hi @StefH ,
instead of project.json? will it solve any issues?
was missing some package in netstandard 1.3, can't recall which one exactly to be honest.
I can help you on both points, do you want help?
Hi @StefH ,
sure i'm always open to merge requests.
If you gonna migrate off from project.json, please submit to separate branch (not master), i probably will need to upgrade my dev env first.
Heads-up that VS 2017 does not support (visually) multi-targeting with csproj as well as it did on project.json. I just did multi targeting last night and it was all csproj work.
Indeed correct. I do also have moved a lot of projects to the new csproj format, and all is some manual work. But creating NuGets is very easy.
Do you have any plans to migrate the solution to the new VS 2017
csproj
format ?And additional question : why do you require netstandard 1.4 instead of netstandard 1.3 ?