Dotnet Core 3 Class Library and UserControls

  • Thread starter Thread starter JohnMeers
  • Start date Start date
J

JohnMeers

Guest
I am recoding a NetFramework WPF project to core3. The Host seems OK using Core 3 but I have plugins using ClassLibraries which contain UserControls which I insert in the MainWindowVM properties. By adding Presentation Core and Presentation framework to the Class Library references this was fine.

In the Core3 Class library how do I do this. It compains about UserControls (FrameworkElement) and I cannot see how to reference any Microsoft frameworks at all never mind Presentation core etc. Nor can I see any obviously appropriate NuGet packages.

Some guidance would be appreciated.


John Meers

Continue reading...
 
Back
Top