Some NuGet packages are missing from the solution.Restore the packages before performing any operations
在解决方案资源管理器中,以缺少引用图标显示的引用链接。我删除了引用,然后在包管理控制台出现了一个按钮,询问是否要安装丢失的包。然而,这是行不通的。
我有一个没有互联网接入的构建服务器,我想在上面安装。我下载了nuget.exe并将其复制到服务器,并将其添加到我的PATH中,并将上面的nuget包复制到服务器上,并尝试使用nuget install microsoft.data.tools.msbuild.10.0.61026.nupkg进行安装。但是安装失败了
Unable to load the service index for source https:&