Open
Description
I have a Xamarin.Forms project that builds for Android, iOS, MacOS, and UWP.
According to this oxyplot/oxyplot-xamarin#84, I built the .dll files for every project. They seem to work fine, except for UWP, where I get this error when I try to install OxyPlot.Windows from Nuget:
Version conflict detected for OxyPlot.Core. Install/reference OxyPlot.Core 2.0.0 directly to project FSR.UWP to resolve this issue.
FSR.UWP -> FSR.Core -> OxyPlot.Core (>= 2.0.0)
FSR.UWP -> OxyPlot.Windows 2.0.0-unstable1013 -> OxyPlot.Core (= 2.0.0-unstable1013).
I also tried to build the OxyPlot.Windows dll myself, but I get this error:
The TargetFramework value 'uap10.0' was not recognized. It may be misspelled. If not, then the TargetFrameworkIdentifier and/or TargetFrameworkVersion properties must be specified explicitly. OxyPlot.Windows C:\Program Files\dotnet\sdk\3.1.402\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets
I added the OxyPlot.Xamarin.Forms.Platform.UWP dll as a reference to the UWP project
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels