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 =)
duncanp
(Duncan Pocklington)
2
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.