I like to include CommonServiceLocator.MefAdapter
in my Visual Studio Community 2015 project.
When I try to install the package: https://www.nuget.org/packages/CommonServiceLocator.MefAdapter/1.0.0
I get the error:
PM> Install-Package CommonServiceLocator.MefAdapter Install-Package : Unable to find package 'CommonServiceLocator.MefAdapter' At line:1 char:17 + Install-Package <<<< CommonServiceLocator.MefAdapter + CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Check out that your path to NuGet server is correct.
You can do it in this way: Tools->Options->NuGet Package Manager(use search). Check that your path is https://api.nuget.org/v3/index.json
I had created a project and I could install this package there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With