dotMorten / WinUIEx

WinUI Extensions

Home Page:https://dotmorten.github.io/WinUIEx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NU1605 Error

BlyZeYT opened this issue · comments

Downgrade of the package "Microsoft.Windows.SDK.BuildTools" from 10.0.22621.1 to 10.0.22000.194 was found.

I'm using .NET MAUI on .NET6 and WinUIEx 2.1.0

I don't get this error fixed
Thx in advance for help :)

Looks like you're referencing an out of date package, and another package requires something newer. This would be an issue in your project.

The package conflict comes from MAUI itself.. and is still an issue with .NET 7.0.
It looks like WinUIEx is no longer compatible with .NET 7.0 / MAUI?

Edit: Never mind, I'm referring to WinUIEx 2.2.0 - so separate issue

Winuiex is compatible with Maui but you need to tell your project to explicitly reference the newer WindowsAppSDK (Maui defaults to 1.2 right now)