WpfExtendedToolkit icon indicating copy to clipboard operation
WpfExtendedToolkit copied to clipboard

Not compatible with new .Net 6 project?

Open DreamU1952 opened this issue 3 years ago • 1 comments

NuGet says this package is compatible with .Net 6 but I cannot get it to compile (VS2022). If a take a successful .Net 5 project and simply change the Target Framework to .Net 6 I can get a successful compile and execution of this extended toolkit (v5.0.100). But if I create a new .Net 6 wpf project and add the package I get a 'namespace prefix extToolKit is not defined' error. Using the same namespace as .Net 5 which is "http://schemas.xceed.com/wpf/xaml/toolkit."

DreamU1952 avatar Mar 28 '22 21:03 DreamU1952

We too use it successfully in a .NET 6 project.

cz-dev-ge avatar Sep 01 '22 07:09 cz-dev-ge