aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorAndrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com>2020-03-09 15:33:13 +0100
committersonartech <sonartech@sonarsource.com>2020-03-09 20:04:22 +0000
commit1a74d67563de5725296f4be91714c42f3e3eba94 (patch)
tree55357707e62c33b409ef6205ae059b76cbb25b3a /server
parentbaa8e99e2e78f026c8389352e8a1be8b2fd574d6 (diff)
downloadsonarqube-1a74d67563de5725296f4be91714c42f3e3eba94.tar.gz
sonarqube-1a74d67563de5725296f4be91714c42f3e3eba94.zip
DOCS update S4MSB version (#2602)
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md9
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.