Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need WinAppSDK to support net7-windows #126

Closed
Arlodotexe opened this issue Aug 25, 2023 · 2 comments
Closed

Need WinAppSDK to support net7-windows #126

Arlodotexe opened this issue Aug 25, 2023 · 2 comments

Comments

@Arlodotexe
Copy link
Member

Arlodotexe commented Aug 25, 2023

Originally posted by @Arlodotexe in #125 (comment)

We'll have to wait for WinAppSDK to ship support for net7-windows-* before we can support net7 on Uno. We'll stay targeting net6-windows*, but if we target net7.0 for the Uno tfm, it will be being picked up instead by consuming projects targeting net7-windows*.

This arises from how NuGet packages pick TFMs. When the consuming Wasdk head uses net7-windows* but sees net6-windows*, instead of selecting the next lowest platform-specific TFM, it drops the platform and goes for net7.0 instead.

This can only be fixed by waiting for the WinAppSDK to release explicit support for net7-windows*.

@Arlodotexe
Copy link
Member Author

Related NuGet/Home#7416 (comment)

@Arlodotexe
Copy link
Member Author

This will need to be done eventually, but is no longer a blocking requirement for us.

@Arlodotexe Arlodotexe closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2023
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

No branches or pull requests

1 participant