Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automapper Nuget Package failed

Tags:

c#

automapper

I tried to install http://automapper.org/ but this resulted in an error.

Install-Package : 'AutoMapper' already has a dependency defined for 'Microsoft.CSharp'. At line:1 char:1 + Install-Package AutoMapper + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

Any ideas?

like image 312
Jean-Paul Avatar asked Oct 18 '22 06:10

Jean-Paul


1 Answers

Check your version of nuget package manager is current and if the version of the .net framework you are using is supported by the nuget package you are trying to install

like image 122
Turkster Avatar answered Oct 21 '22 03:10

Turkster