question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install with NuGet targeting .NET 4.6

See original GitHub issue

Running in the package manager of VS 2015:

PM> Install-Package TweetinviAPI


Attempting to gather dependency information for package 'TweetinviAPI.1.1.1' with respect to project 'Ascend2016', targeting '.NETFramework,Version=v4.6.1'
Gathering dependency information took 7,18 sec
Attempting to resolve dependencies for package 'TweetinviAPI.1.1.1' with DependencyBehavior 'Lowest'
Install-Package : Unable to resolve dependencies.
At line:1 char:1
+ Install-Package TweetinviAPI
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Time Elapsed: 00:00:09.0536355

Update: It doesn’t work when I downgrade to .NET 4.5 either. I assumed it would since the NuGet Package Manager listed it among dependencies: screenshot 2016-10-11 13 15 28

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
linvicommented, Oct 12, 2016

Great, I hope you will like this library 😃

0reactions
linvicommented, Jan 14, 2019

@Nadeem-Saif please refer to the new bug created for your issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

nuget - Could not install package '--'. You are trying to ...
NET Framework project was 4.0. I initially tried to install the RestSharp package but it failed with an almost identical message as in...
Read more >
Facing issue while installing NuGet package of square in ...
NET Framework 4.6 at a minimum. If you can't change the target framework of your application, then you can't use that package.
Read more >
Cannot install NuGet package depending on Microsoft. ...
I create a new portable class library project using VS 2015, selecting UWP and .NET 4.6 as the targets. I build the created...
Read more >
NuGet Package Installation Error - .NET SDK
I am trying to install the PureCloudPlatform.Client.V2 NuGet package in Visual Studio 2015 and (my latest attempt) .Net framework 4.7.2.
Read more >
Could not install package | targets '.NETFramework ... - YouTube
Today I am going to resolve an error you face while trying to install nuget packges Could not install package 'System.Configuration.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found