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

Unable to add package in my web api project. #11

Open
DevHamza-Core opened this issue Apr 5, 2021 · 1 comment
Open

Unable to add package in my web api project. #11

DevHamza-Core opened this issue Apr 5, 2021 · 1 comment

Comments

@DevHamza-Core
Copy link

image

@EdWin1409
Copy link

I think this is because the package is .net Standard 2.0. Framework 4.5.2 is not compatible with .net Standard 2.0. You have to use at least .net Framework 4.6.1 (or better 4.7.2) in your project, see https://docs.microsoft.com/en-us/dotnet/standard/net-standard.

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