What version of .NET is needed for WinUI3 version #266
-
I'm trying to add LiveChartsCore.SkiaSharpView.WinUI to my project but I keep getting a .NET error. Severity Code Description Project File Line Suppression State Which seems to imply that we need .NET 6 to run LiveCharts2. I was specifically trying to install version 2.0.0-beta.71 to stay on Project Reunion as opposed to the WindowsAppSDK which doesn't have a stable version yet, and according to the NuGet package manager the require .NET version should be net5.0-windows10.0.19041 Am I misunderstanding the error message? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I just updated the package LiveChartsCore.SkiasharpView.WinUI to Version 0.7.x uses If you want to use it with project reunion you must do your own build. |
Beta Was this translation helpful? Give feedback.
I just updated the package LiveChartsCore.SkiasharpView.WinUI to
WindowsAppSDK
in version 0.8.Version 0.7.x uses
ProjectReunion 0.8
sadly that package has an issue an it does not install properly from NuGet, I fixed that in the current version.If you want to use it with project reunion you must do your own build.