WindowsAppSDK dependency breaks .NET 9 for UWP projects
The target framework for a UWP project will be net9.0-windows10.x.x to support the upcoming UWP support for .NET 9, as outlined in the Microsoft blog. LibVLCSharp has a condition that automatically adds the WindowsAppSDK dependency when the target framework contains windows10, which breaks the UWP build.