CsprojToVs2017 icon indicating copy to clipboard operation
CsprojToVs2017 copied to clipboard

PCL profile cleanup

Open hvanbakel opened this issue 6 years ago • 2 comments

Split off from #165

PCL profiles to .NET Standard conversion can be 2.x scheduled. There is about 12 supported PCL profiles (of approximately 80), but they are the most common.

<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />

The one above can be made autoremoved in 2.x if no PCL profiles are left in TargetFrameworks.

hvanbakel avatar Sep 08 '18 04:09 hvanbakel

@andrew-boyarshin so this would mean rewriting the profiles mentioned here to the corresponding net standard version?

In the case of a non supported one we should abort, right?

hvanbakel avatar Sep 17 '18 05:09 hvanbakel

Yeah, that seems like it. Although this page is better in that respect (don't forget to enable showing legacy profiles).

andrew-boyarshin avatar Sep 17 '18 05:09 andrew-boyarshin