CsprojToVs2017
CsprojToVs2017 copied to clipboard
PCL profile cleanup
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.
@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?
Yeah, that seems like it. Although this page is better in that respect (don't forget to enable showing legacy profiles).