SonarScanner .Net Framework or .Net Core for MSBuild

Upgrading to SonarQube 6.7.7
Upgrading to SonarScanner for MSBuild 3.3.0.1492
Jenkins 2.150.2
On the same server, we have .Net applications where some build using .Net Framework and others using .Net Core. Do I need to install both SonarScanner for MSBuild .Net Framework and .Net Core on the same server?

Hi,

In fact, .Net Framework or .Net Core for the scanner for MSBuild defines the way it has been compilated, not the target framework that are used by projects analyzed.

The .Net Framework scanner will be the default one downloaded if you are hosting your build agent on a Windows OS, .Net core otherwise.

So normally you will not need to install both.

Mickaël