How to migrate a .NET PCL Project to .NET Standard 2.0 -


i have solution pcl , .net core 1.0 projects. once updated vs 2017 15.3, when navigate project properties have "application" page .net core 1.0 projects can change 1.0 2.0. unfortunately pcl projects shows standard "library" page "learn more" link navigates me ".net standard" web page no option migrate .net standard 2.0. rest same , allows me change usual targets. no reference else related .net standard.

do have recreate projects .net standard 2.0 myself?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -