Skip to content

Version conflict detected for OxyPlot.Core #2

Open
@sqrg

Description

@sqrg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions