Skip to content

Conversation

@erichiller
Copy link
Contributor

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 and others added 3 commits May 2, 2022 06:02
…s 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
@erichiller
Copy link
Contributor Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants