Nuget: Unable to resolve dependency 'NETStandard.Library'. targeting .net 4.6.1 #2

Closed
opened 2026-01-29 14:18:32 +00:00 by claunia · 2 comments
Owner

Originally created by @eddiegroves on GitHub (May 27, 2016).

Install-Package Markdig
Attempting to gather dependency information for package 'Markdig.0.1.0' with respect to project 'ConsoleApplication1', targeting '.NETFramework,Version=v4.6.1'
Attempting to resolve dependencies for package 'Markdig.0.1.0' with DependencyBehavior 'Lowest'
Install-Package : Unable to resolve dependency 'NETStandard.Library'.

Successful work around is to ignore the dependency:

Install-Package Markdig -IgnoreDependencies
Originally created by @eddiegroves on GitHub (May 27, 2016). ``` Install-Package Markdig Attempting to gather dependency information for package 'Markdig.0.1.0' with respect to project 'ConsoleApplication1', targeting '.NETFramework,Version=v4.6.1' Attempting to resolve dependencies for package 'Markdig.0.1.0' with DependencyBehavior 'Lowest' Install-Package : Unable to resolve dependency 'NETStandard.Library'. ``` Successful work around is to ignore the dependency: ``` Install-Package Markdig -IgnoreDependencies ```
claunia added the bug label 2026-01-29 14:18:32 +00:00
Author
Owner

@xoofx commented on GitHub (May 27, 2016):

Ah, probably messed up the project.json while upgrading to dotnet rc2, being away for few days, will be only able to fix it early next week, thanks for the workaround!

@xoofx commented on GitHub (May 27, 2016): Ah, probably messed up the project.json while upgrading to dotnet rc2, being away for few days, will be only able to fix it early next week, thanks for the workaround!
Author
Owner

@xoofx commented on GitHub (May 30, 2016):

Thanks, this should be fixed by commit fb559af (version 0.1.1)

@xoofx commented on GitHub (May 30, 2016): Thanks, this should be fixed by commit fb559af (version 0.1.1)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#2