Issue with PackageRestore, Silverlight, and MSBuild

喜夏-厌秋 提交于 2019-12-06 12:39:09

This has been corrected in NuGet v2.1.31002.9028. The details can be found in this commit.

For existing solutions, you will need to delete ./nuget/NuGet.targets from your solution. Do this through Windows Explorer. Deleting it through Visual Studio will only remove the file from your solution, it will leave the file alone.

Once you have done this, right click on your solution and select "Enable Package Restore". This will recreate NuGet.targets with the fix.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!