Google plus api nuget package download - google-plus

I want to include Plus.v1 namespace in my mvc application. I am unable to find any package on nuget to download the dll's.

www.nuget.org has been experiencing some problems, especially related to search. Please check back later and sorry for the inconveniences.

Run the following command in the Package Manager Console: Install-Package Google.Apis.Plus.v1
To access PMC (Package Manager Console) go to "Tools -> Nuget Package Manager -> Package Manager Console"

Related

Add Web API To .Net Core Console Application

There is a simple dotnetcore console app project that I want to add an api controller class on it.I searched too much and I had wild goose chase.somebody says you should use OwinSelfHost but when I would install that I see this message on NuGet package manager:
Nuget Package error -
this package may not be fully compatible with your project.
How can I do it ?

Cannot install packages from Nuget

When I try to install packages I get this error:
Could not connect to the feed specified at "https://nuget.org/api/v2/"'.
Please verify that the package source (located in the Package Manager Settings) is
valid and ensure your network connectivity.
If you are using Visual Studio 2017 then the source for nuget.org (the NuGet feed) is 'https://api.nuget.org/v3/index.json'.
Try changing your source path to that. You can do that by selecting Tools -> Options from the main menu and then NuGet Package Manager -> Package Sources.
There you will see a list of sources, where you can add your own with the green arrow on the top right.
I'd recommend that you read the documentation on NuGet usage here.

Unable to Install Microsoft.Toolkit.Uwp.UI.Controls 3.0.0

Using NuGet Package Manager, I get this error message:
Could not install package 'Microsoft.Toolkit.Uwp.UI.Controls 3.0.0'.
You are trying to install this package into a project that targets 'native,Version=v0.0',
but the package does not contain any assembly references or content files that are compatible with that framework.
For more information, contact the package author. 0
The app is a Blank App (C++/winRT). Visual Studio 15.8.0 Preview 4.0.(10.0.17134.0, 10.0.17704.0)
Despite it's name, the Windows Community Toolkit is only intended for C# developers.

Unable to update NuGet package

Working with VS2015 I recently updated an add-on I use, ActiveReports, to a new version. Previously I had my application set for netframework 4.0, the new update for ActiveReports required at least netframework 4.5 so I changed the project to use that version.
I am getting the following error now when I build the project:
"Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled. Visit http://docs.nuget.org/docs/workflows/reinstalling-packages for more information. Packages affected: Microsoft.Bcl, Microsoft.Net.Http"
I have been looking at the various options suggested to address this none have worked. The last one I tried from Tools> NuGet Package Manager > Package Manager Console resulted in the following message:
PM> Update-Package
Attempting to gather dependency information for multiple packages with respect to project 'My Project', targeting '.NETFramework,Version=v4.5'
Attempting to resolve dependencies for multiple packages.
Resolving actions install multiple packages
Resolution was successful but resulted in no action
There are no new updates available.
No package updates are available from the current package source for project 'My Project'
I can reproduce this by:
creating a new project as .NET 3.5, installing NuGet package Newtonsoft.Json" (just for example).
Changing my project to .NET 4.5
Then I receive an error:
Severity Code Description Project File Line Suppression State
Error Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled. Visit http://docs.nuget.org/docs/workflows/reinstalling-packages for more information. Packages affected: Newtonsoft.Json ConsoleApp7 0
To resolve:
Uninstall the existing NuGet packages (for that project), and reinstall them:
How:
Right-click your Solution:
Choose "Manage NuGet Packages for Solution..."
Navigate to the "Project" you changed to .NET 4.5
Choose "Uninstall", then try to reinstall them, using the same steps.
After re-installation of the package is complete, the build error is gone.

How to upgrade Nuget Package Manager on WebMatrix 2

I was trying to install a package on WebMatrix but got an error that says I must upgrade my Nuget Package Manager, and the message gave me a link to visit. However the link does not work, and I failed after trying many times to upgrade the Nuget Package Manager. How do I simply upgrade Nuget Package Manager on WebMatrix 2?