Open aaronsuydam opened 1 month ago
From the error, maybe your project isn't consistent on whether 19041 or 22000 is the target?
Can you update to the latest .NET SDK released this month and see if you still hit the issue.
From the error, maybe your project isn't consistent on whether 19041 or 22000 is the target?
That seems to be the issue.
Can you update to the latest .NET SDK released this month and see if you still hit the issue.
How do i do that? Sorry, I'm still trying to figure out the difference between the Windows SDK, the .NET SDK, the Windows App SDK, the Windows Runtime, and everything else. And the fifteen different install methods 😂. Where do I upgrade?
If anyone knows... ^^
If anyone knows... ^^
Just update your visual studio to latest version.
As mentioned by the previous post, you can either update your Visual Studio version to the latest or update just the .NET SDK from here.
Describe the bug
When creating a new WinUI 3/ WASDK app project in VS2022, attempting to build and run the app fails.
Steps to reproduce the bug
Expected behavior
The app builds and runs.
Screenshots
No response
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response