Unable to install with NuGet targeting .NET 4.6
See original GitHub issueRunning 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:
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great, I hope you will like this library 😃
@Nadeem-Saif please refer to the new bug created for your issue.