nuget retrieving package metadata

后端 未结 5 540
误落风尘
误落风尘 2020-12-01 15:32

An error occurred while retrieving package metadata for \'bootstrap.3.3.5\' from source \'nuget.org\'. ========== Finished ==========

<
5条回答
  •  無奈伤痛
    2020-12-01 16:05

    Open the solution in Visual studio -> Navigate to packages.config file 1/ copy the package attribute of corrupted package that you see in the error console. Remove that corrupted package attribute from package element 2/ save packages.config file and then run nuget command 3/ when successfull, place back the package attribute

提交回复
热议问题