We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I am using VS 2015 Update 3 to create a Class Library (.Net Core), then using package manager to add Humanizer.
Output package manager
Install-Package Humanizer Installing NuGet package Humanizer.2.1.0. Successfully installed 'Humanizer 2.1.0' to Core
Output error list
The dependency Humanizer >= 2.1.0 could not be resolved NuGet Package Restore failed for one or more packages. See details in the Output window.
project.json
{ "version": "1.0.0-*", "dependencies": { "Humanizer": "2.1.0", "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandard1.5": { "imports": "dnxcore50" } } }
How can I fix this issue? Thanks
The text was updated successfully, but these errors were encountered:
Sorry for my mistake. I add "Humanizer.xproj": "2.1.0" and it worked
Sorry, something went wrong.
No branches or pull requests
Hi
I am using VS 2015 Update 3 to create a Class Library (.Net Core), then using package manager to add Humanizer.
Output package manager
Output error list
project.json
How can I fix this issue? Thanks
The text was updated successfully, but these errors were encountered: