diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md index 88e7a892bfa..1b90179887a 100644 --- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md +++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md @@ -4,11 +4,12 @@ url: /analysis/scan/sonarscanner-for-msbuild/ --- [[info]] -| **Download SonarScanner for MSBuild 4.7.1.2311** - Compatible with SonarQube 6.7+ (LTS) +| **Download SonarScanner for MSBuild 4.8.0.12008** - Compatible with [SonarQube 7.9+ (LTS)](https://www.sonarqube.org/sonarqube-7-9-lts/) | By [SonarSource](https://www.sonarsource.com/) – GNU LGPL 3 – [Issue Tracker](https://github.com/SonarSource/sonar-scanner-msbuild/issues) – [Source](https://github.com/SonarSource/sonar-scanner-msbuild) | -| [.NET Framework 4.6+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.7.1.2311/sonar-scanner-msbuild-4.7.1.2311-net46.zip) | -| [.NET Core 2.0+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.7.1.2311/sonar-scanner-msbuild-4.7.1.2311-netcoreapp2.0.zip) | +| [.NET Framework 4.6+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.8.0.12008/sonar-scanner-msbuild-4.8.0.12008-net46.zip) | +| [.NET Core 2.0+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.8.0.12008/sonar-scanner-msbuild-4.8.0.12008-netcoreapp2.0.zip) | +| [.NET Core 3.0+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.8.0.12008/sonar-scanner-msbuild-4.8.0.12008-netcoreapp3.0.zip) | | [.NET Core Global Tool](https://www.nuget.org/packages/dotnet-sonarscanner) @@ -45,7 +46,7 @@ Consider setting file system permissions to restrict access to this file.: ### Installation of the SonarScanner for MSBuild .NET Core Global Tool ``` -dotnet tool install --global dotnet-sonarscanner --version 4.7.1 +dotnet tool install --global dotnet-sonarscanner --version 4.8.0 ``` The _--version_ argument is optional. If it is omitted the latest version will be installed. |