uno.extensions
uno.extensions copied to clipboard
Remove explicit WindowsAppSdk reference
Current behavior
Currently all Uno.Extensions packages get an explicit reference to Microsoft.WindowsAppSdk.
https://github.com/unoplatform/uno.extensions/blob/a3dead41aca5af0caa49054b4c0d1867b29e7d1c/src/Directory.Build.targets#L49-L55
Expected behavior
This should come through transitively from Uno.WinUI and only be explicitly provided if there is an explicit reason that we need a newer version.