Opening project in Visual Studio fails due to nuget.targets not found error

前端 未结 7 1798
无人及你
无人及你 2020-12-12 20:06

So I downloaded Twitterizer from http://www.twitterizer.net/downloads/

I try to open it in Visual Studio and get all these nuget errors:

The imported         


        
7条回答
  •  半阙折子戏
    2020-12-12 20:30

    When i get the nuget.targets not found error i use the package manager to uninstall-package one of the packages in the project and then reinstall it using install-package. It seems like it regenerates the nugets.target file then.

提交回复
热议问题