installing nuget package “same key has already been added.”

后端 未结 12 1380
太阳男子
太阳男子 2020-12-10 00:38

i am trying to install Microsoft.Bcl.Build 1.0.14

nuget returns

Installing \'Microsoft.Bcl.Build 1.0.14\'. Successfully installed \'Microsoft.Bcl.Bu         


        
12条回答
  •  伪装坚强ぢ
    2020-12-10 01:36

    I had a similar problem. It was corrected when I removed duplicate PackageReference elements with the specified package in the project’s .csproj file using notepad.

提交回复
热议问题