LiveCharts2 icon indicating copy to clipboard operation
LiveCharts2 copied to clipboard

Filter linux noncompat targetframeworks

Open erichiller opened this issue 2 years ago • 1 comments

This moves net6.0-maccatalyst and net6.0-ios <TargetFrameworks> to from-windows builds only

Linux does not have workloads available for net6.0-maccatalyst and net6.0-ios, which prevents the project from building. This puts those TargetFrameworks into the MSBuild OS Windows filter: <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) ...

erichiller avatar May 02 '22 11:05 erichiller

Sorry for the delay. I fixed this in all the csproj files. I don't have a mac to test this with, but according to the docs it is the correct identifier to use.

Let me know if you see anything wrong with it!

erichiller avatar Jun 06 '22 09:06 erichiller