VS 2017 Metadata file '.dll could not be found

后端 未结 28 1620
日久生厌
日久生厌 2021-01-31 07:06

I know there is another question with exact the same problem, but I went trough all those answers, and none helped me. :( (This was the question.)

I just created a new A

28条回答
  •  误落风尘
    2021-01-31 07:19

    What worked for me:

    Package Manager Console (Visual Studio 2019 Comunity):

    Install-Package NuGet.CommandLine
    nuget locals all -clear
    

    Rebuild solution.

提交回复
热议问题