-
Notifications
You must be signed in to change notification settings - Fork 661
Open
Description
Describe the bug
I have just updated my C# WPF project from .NET 6 to .NET 10. I would also like to update the LiveCharts version from 0 to 2, but I’m running into several dependency issues.
Specifically: when I import LiveChartsCore.SkiaSharpView.WPF, my project does not recognize the assembly file and I get this error:
The tag 'CartesianChart' does not exist in XML namespace 'clr-namespace:LiveChartsCore.SkiaSharpView.WPF;assembly=LiveChartsCore.SkiaSharpView.WPF'.
To Reproduce
-Create a WPF project targeting .NET 10 (e.g., net10.0-windows).
-Install the NuGet package LiveChartsCore.SkiaSharpView.WPF (version 2.0.0-rc6.1).
-Build the project.
Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels