问题描述
我正在尝试在VS2015中将现有项目添加到我的源项目中,并且出现以下错误:
I am trying to add an existing project to my source project in VS2015, and I am getting the following error:
我该如何解决?
推荐答案
您可以使用Visual Studio 2015打开新的.Net Core csproj格式,应该使用支持这种新格式的 Visual Studio 2017 来打开项目.
You may open the new .Net Core csproj format with Visual Studio 2015, you should use Visual Studio 2017 which supports this new format to open your project.
要对其进行测试,我使用Visual Studio 2017创建了一个.net核心项目,然后使用Visual Studio 2015打开了该项目,然后我遇到了相同的错误:
To test it, I created a .net core project with Visual Studio 2017, then open it with Visual Studio 2015, then I got the same error with you:
因此,请尝试使用Visual Studio 2017打开它.
So please try to open it with Visual Studio 2017.
请参见类似的问题了解更多详细信息.
See similar issue for some more details.
这篇关于VS2015-项目的默认XML命名空间必须是MSBuild XML命名空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!