]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Update link to english site for .NET Framework v4.6
authorJoe Tingsanchali <joe.tingsanchali@sonarsource.com>
Wed, 24 Feb 2021 20:06:39 +0000 (14:06 -0600)
committersonartech <sonartech@sonarsource.com>
Thu, 25 Feb 2021 20:07:33 +0000 (20:07 +0000)
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md

index 7e07c55ec3c0989b9ec551279be003b1235a095e..72013bdfb84f974a4d61c98f54d1789b557d6a76 100644 (file)
@@ -19,7 +19,7 @@ It supports .Net Core on every platform (Windows, macOS, Linux).
 
 * At least the minimal version of Java supported by your SonarQube server
 * The SDK corresponding to your build system:
-   * [.NET Framework v4.6](https://www.microsoft.com/fr-fr/download/details.aspx?id=53344) - either [Build Tools for Visual Studio 2015 Update 3](https://go.microsoft.com/fwlink/?LinkId=615458) or the [Build Tools for Visual Studio 2017](https://www.visualstudio.com/downloads/)
+   * [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=53344) - either [Build Tools for Visual Studio 2015 Update 3](https://go.microsoft.com/fwlink/?LinkId=615458) or the [Build Tools for Visual Studio 2017](https://www.visualstudio.com/downloads/)
    * [.NET Core SDK 2.0 and above](https://dotnet.microsoft.com/download) (for .NET Core version of the scanner or if you plan to use [.NET Core Global Tool](https://www.nuget.org/packages/dotnet-sonarscanner)
 
 [[info]]