严重性    代码    说明    项目    文件    行    禁止显示状态
错误        The current .NET SDK does not support targeting .NET Core 3.0.  Either target .NET Core 1.1 or lower, or use a version of the .NET SDK that supports .NET Core 3.0.    KcpLib    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets    112    

在测试ET的server代码时遇到这个错误。 折腾一番,算是解决了。 备忘 。

 

解决:The current .NET SDK does not support targeting .NET Core 3.0.  Either target .NET Core 1.1 or lower

也就是说要安装 X86即32位的SDK, 好吧,我照办。 但是问题仍然存在 。

继续google。

解决:The current .NET SDK does not support targeting .NET Core 3.0.  Either target .NET Core 1.1 or lower

我也是照办。

设置完成后,检测结果是这样的。

解决:The current .NET SDK does not support targeting .NET Core 3.0.  Either target .NET Core 1.1 or lower 

然后,就搞定了。

 

2019-11-04

相关文章:

  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2022-01-17
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2019-09-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
  • 2021-04-03
  • 2022-12-23
  • 2021-04-09
  • 2021-11-14
相关资源
相似解决方案