无法安装在 nuget 包中
Unable to install in nuget package
我目前使用的是 VS2013,我已经用了好几个月了。从那以后我没有遇到问题,但现在我遇到了错误。我无法在我的项目中添加包。
The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the
element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\project\NRMS\NRMS_Library\packages\EntityFramework.6.3.0\build\EntityFramework.props
上周我已经在这个项目中添加了其他包,但现在我遇到了这个问题。我不想搞砸当前的项目,因为目前我已经完成了 50%。我已经尝试创建新项目并尝试安装包但出现相同的错误。
单击工具下的清除包缓存-->Nuget 包管理器--> 一般
或删除C:\Users\xxx\AppData\Local\NuGet\Cache
下的所有文件
也,删除<solution_folder>\packages
文件夹。
之后,重启你的项目,然后在Tools下运行update-package -reinstall
-->Nuget 包管理器-->包管理器控制台。
这个线程可能会增加一些光线,请查看:https://github.com/sendgrid/sendgrid-csharp/issues/482
在第 5 条评论中,有人建议从旧版本获取代码并提供 link。
似乎更新更改了可用性并导致了问题。
我目前使用的是 VS2013,我已经用了好几个月了。从那以后我没有遇到问题,但现在我遇到了错误。我无法在我的项目中添加包。
The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\project\NRMS\NRMS_Library\packages\EntityFramework.6.3.0\build\EntityFramework.props
上周我已经在这个项目中添加了其他包,但现在我遇到了这个问题。我不想搞砸当前的项目,因为目前我已经完成了 50%。我已经尝试创建新项目并尝试安装包但出现相同的错误。
单击工具下的清除包缓存-->Nuget 包管理器--> 一般
或删除C:\Users\xxx\AppData\Local\NuGet\Cache
也,删除<solution_folder>\packages
文件夹。
之后,重启你的项目,然后在Tools下运行update-package -reinstall
-->Nuget 包管理器-->包管理器控制台。
这个线程可能会增加一些光线,请查看:https://github.com/sendgrid/sendgrid-csharp/issues/482
在第 5 条评论中,有人建议从旧版本获取代码并提供 link。
似乎更新更改了可用性并导致了问题。