Can't refer "Presentation.Framework version =4.0.00" in a WPF library project which target .NETCore 3.0

  • Thread starter Thread starter Ebenezer94
  • Start date Start date
E

Ebenezer94

Guest
We are working on a WPF library, which uses a Presentation.Framework as dependent. When we use this WPF library with .NETFramework 4.6.1 target, it works properly in our end. But we are facing a error “Could not load file or assembly 'PresentationFramework, Version=4.0.0.0” while using this WPF library with .NET Core 3.0 target.


Please help me to resolve this issue in our end.

Note: We cannot install the PresentationFramework Version=4.0 package manually in NET Core 3.0 targeted WPF library.


Continue reading...
 
Back
Top