NuGet: 'X' already has a dependency defined for 'Y'

后端 未结 11 1027
终归单人心
终归单人心 2020-11-28 07:40

I\'m getting the following error in NuGet while trying to install package Microsoft.AspNet.Server.IIS

Attempting to resolve dependency \'Microso         


        
11条回答
  •  情深已故
    2020-11-28 08:36

    1. Go to the link https://www.nuget.org/packages/ClosedXML/0.64.0
    2. Search your NuGet packages
    3. See the all version of related packages
    4. Install the lower version of packages

提交回复
热议问题