You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*.
The text was updated successfully, but these errors were encountered:
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 targetingnet6-windows*
, but if we targetnet7.0
for the Uno tfm, it will be being picked up instead by consuming projects targetingnet7-windows*
.This arises from how NuGet packages pick TFMs. When the consuming Wasdk head uses
net7-windows*
but seesnet6-windows*
, instead of selecting the next lowest platform-specific TFM, it drops the platform and goes fornet7.0
instead.This can only be fixed by waiting for the WinAppSDK to release explicit support for
net7-windows*
.The text was updated successfully, but these errors were encountered: