Sonarqube analysis on Visual studio 2005 using .net framework 4

Good day just want to ask something regarding sonarqube analysis in older version.

I have a 2005 visual studio project and it runs in .net framework 4. i’d like to ask if it is possible for it to scan in sonarqube?

issue encounter:
upon checking the msbuild.exe is missing in 2005 so I cannot proceed to try it on sonarqube scanning.

Hi,

Per the docs it looks like we support .NET Framework v4.6.2 and up.

You may also be interested in building with a newer version and setting the TargetFrameworkVersion property.

 
HTH,
Ann