Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version conflict detected for OxyPlot.Core #2

Open
sqrg opened this issue Jan 11, 2021 · 0 comments
Open

Version conflict detected for OxyPlot.Core #2

sqrg opened this issue Jan 11, 2021 · 0 comments

Comments

@sqrg
Copy link

sqrg commented Jan 11, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant