Closed
Description
Type of issue
[ ] Bug
[ ] Question (e.g. about handling/usage)
[x] Request for new feature/improvement
Expected Behavior
No targeting Microsoft.WindowsDesktop.App
Current Behavior
The v1.4.2 package adds a dependency to Microsoft.WindowsDesktop.App
to projects targeting .net5.0-windows or .net6.0-windows.
Many AspNetCore applications run on windows servers that do not have the Microsoft.WindowsDesktop.App
runtime/target installed, and thus do not start any more after upgrading to v1.4.2
Possible Solution (optional)
Isolate WPF functionality into a new package? It is only the XamlQRCode
that requires the references to PresentationFramework
/Microsoft.WindowsDesktop.App
.
Your Environment
Version 1.4.2
TargetFramework: .net6.0-windows
Activity