Test in previous Version .NET Framework v4.6 - C#

Hi guys,

I read the documentatio of the sonarScanner MSBuild.
https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/

In this documentation talk that project version need have V4.6 or higher. How I analise project in previous versions?

Thanks =)

Hi @altamirdiascassiano,

You need to build your projects using MSBuild v14.0.25420.1 or later on a machine with .NET Framework v4.6 or later installed.

However, you can use those versions of MSBuild and the .NET Framework to build projects that target older framework versions.

Good morning Duncan,

Thank you very much.

1 Like