NuGet Package Manager: 'AutoMapper' already has a dependency defined for 'Microsoft.CSharp'

前端 未结 10 1784
迷失自我
迷失自我 2020-11-30 04:47

I\'m trying to add AutoMapper as a dependency to a project using NuGet on Visual Studio Premium 2012, but it fails.

It says:

Operation faile

10条回答
  •  青春惊慌失措
    2020-11-30 05:05

    This looks like a mismatch between the .NET version used by the Automapper package and your project. Can you confirm the .NET version that your project is using?

提交回复
热议问题