dotnet-sonarscanner by SonarSource,Microsoft

<PackageReference Include="dotnet-sonarscanner" Version="4.7.0" />

 dotnet-sonarscanner 4.7.0

The SonarScanner for .Net Core 2.1 allows easy analysis of any .NET project with SonarCloud/SonarQube.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>dotnet-sonarscanner</id>
    <version>4.7.0</version>
    <title>SonarScanner for .Net Core 2.1</title>
    <authors>SonarSource,Microsoft</authors>
    <owners>SonarSource,Microsoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">License.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>http://redirect.sonarsource.com/doc/msbuild-sq-runner.html</projectUrl>
    <iconUrl>https://cdn.rawgit.com/SonarSource/sonar-scanner-msbuild/cdd1f588/icon.png</iconUrl>
    <description>The SonarScanner for .Net Core 2.1 allows easy analysis of any .NET project with SonarCloud/SonarQube.</description>
    <summary>The SonarScanner for .Net Core 2.1 allows easy analysis of any .NET project with SonarCloud/SonarQube.</summary>
    <releaseNotes>All release notes for SonarScanner .Net Core 2.1 can be found on the GitHub site - https://github.com/SonarSource/sonar-scanner-msbuild/releases</releaseNotes>
    <copyright>SonarSource SA and Microsoft Corporation</copyright>
    <tags>sonarqube sonarcloud msbuild scanner sonarsource sonar sonar-scanner sonarscanner</tags>
    <packageTypes>
      <packageType name="DotnetTool" />
    </packageTypes>
    <dependencies>
      <group targetFramework=".NETCoreApp2.1" />
    </dependencies>
  </metadata>
</package>