uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

Remove explicit WindowsAppSdk reference

Open dansiegel opened this issue 1 year ago • 0 comments

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.

dansiegel avatar Apr 04 '24 22:04 dansiegel