If I have a multi target (netstandard16 and PCL Profile44) project (new SDK style csproj) and I reference this in a Xamarin.iOS/Android project as project reference, how can I specify the referenced platform?
The Xamarin project pulls netstandard but I want to use the PCL in this case.
You can overwrite the target framework in the project references using:
<ProjectReference Include="../other/other.csproj" AdditionalProperties="TargetFramework=your-pcl-TFM" />
You can't and NuGet won't either. Netstandard wins over legacy PCL, always. Why do you want the reverse?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With