Can not install NuGet package

后端 未结 2 1679
别那么骄傲
别那么骄傲 2020-12-03 13:45

I am trying to add the Unity package to my solution, but I keep receiving the listed message:

Attempting to resolve dependency \'Unity (≥ 3.5.1404

相关标签:
2条回答
  • 2020-12-03 14:03

    This problem arises with older version of nuget. Update nuget PM, 2.8.50313.46 is current version, Look for the latest for VS 2012

    0 讨论(0)
  • 2020-12-03 14:16

    You are using Higher version .Net framework. And you are adding Lower version of Unity in to it.

    your Application Framework will be above 4.0 or 4.0 and you are adding Unity frame work which is of .net frame 3.5.

    0 讨论(0)
提交回复
热议问题