✅ WinUI3 not compatible with my .NET 7 package

Im trying to make a small WinUI 3 application for Windows Desktop but the package required to make this happen is written on .NET 7 and apparently not compatible with <TargetFramework>net6.0-windows10.0.19041.0</TargetFramework> of my WinUI3 target, what can i do to fix this?
1 Reply
Somgör from Human Resources
i just changed the target to 7.0 instead of 6.0 i have no idea if that is the proper fix but it seems to do something