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

NetStandard.Library 2.1 required, latest version is 2.0.3 #32

Closed
BloodyRain2k opened this issue Jan 8, 2020 · 2 comments
Closed

NetStandard.Library 2.1 required, latest version is 2.0.3 #32

BloodyRain2k opened this issue Jan 8, 2020 · 2 comments
Assignees

Comments

@BloodyRain2k
Copy link

When I try to install this package through NuGet, it fails with the complaint that it's not compatible with NetStandard.Library 2.0 and that I need 2.1

The only issue is that there's no 2.1 NetStandard.Library available to me.
I'm on the latest release of that package and that's 2.0.3

Here's a screen showing that I can't update my version any higher
https://drive.google.com/open?id=15WOeztPKYt-MfhZPLIhBc_3YUrGJekkZ

and here's the package requiring 2.1
https://drive.google.com/open?id=1UVytQ7jorgePWdn54E7qyS-v8Jl4ZqpI

and I'm using Visual Studio Community 2017 on Windows 10 Pro

Is there anything I have to do to be able to get NetStandard.Library 2.1?

@vpapenko
Copy link
Owner

vpapenko commented Jan 8, 2020

Is there anything I have to do to be able to get NetStandard.Library 2.1?

You need Net Core 3.0 to use Net Standard 2.1, and it looks like it is not supported for VS 2017.
You can fork this repository and downgrade to NetStandart 2.0, but it's better to wait until I add support of both 2.0 and 2.1 versions. I will add it soon.

@vpapenko vpapenko self-assigned this Jan 9, 2020
@vpapenko
Copy link
Owner

vpapenko commented Jan 9, 2020

Hi.
ColorPicker is supporting Net Standard 2.0 and 2.1, so you can use it in your project without upgrade to 2.1

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

2 participants