MSBuild for .Net Core 3.0 Preview

问题描述:

我无法为.NET Core 3.0预览生成SonarQube报告,它会抛出错误。我已经从"Visual Studio Build  Tools"安装了最新的MSBuild。任何人都可以帮助我吗?

I am not able to generate a SonarQube report for .NET Core 3.0 preview, it is throwing errors. I have installed latest MSBuild from "Visual Studio Build Tools". Can anyone help me in this?

提前致谢

Srini

我收到此错误:

I got this error:

 当前的.NET SDK不支持以.NET Core 3.0为目标。 无论是针对.NET Core 2.2还是l $
,还是使用支持.NET Core 3.0的.NET SDK版本。

 The current .NET SDK does not support targeting .NET Core 3.0.  Either target .NET Core 2.2 or l
ower, or use a version of the .NET SDK that supports .NET Core 3.0.

我们有没有其他方法可以为.NET core 3.0生成SonarQube报告?

Do we have any alternative way to generate SonarQube report for .NET core 3.0?