从.netcore 1.1 升级到2.0时遇到该问题。
参考http://www.cnblogs.com/xishuai/p/visual-studio-for-mac.html
根据提示可知(我是看不明白),经过文章中提示,将csproj文件中ItemGroup节点下,Content 节点全部删除就ok了。
<ItemGroup> <Content Include="PropertieslaunchSettings.json" /> </ItemGroup>
从.netcore 1.1 升级到2.0时遇到该问题。
参考http://www.cnblogs.com/xishuai/p/visual-studio-for-mac.html
根据提示可知(我是看不明白),经过文章中提示,将csproj文件中ItemGroup节点下,Content 节点全部删除就ok了。
<ItemGroup> <Content Include="PropertieslaunchSettings.json" /> </ItemGroup>