You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
I also tried to build the OxyPlot.Windows dll myself, but I get this error:
I added the OxyPlot.Xamarin.Forms.Platform.UWP dll as a reference to the UWP project
Any ideas?
The text was updated successfully, but these errors were encountered: