Skip to content

Commit

Permalink
Bump SonarAnalyzer.CSharp from 8.6.1.17183 to 8.7.0.17535
Browse files Browse the repository at this point in the history
Bumps SonarAnalyzer.CSharp from 8.6.1.17183 to 8.7.0.17535.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 24, 2020
1 parent c6fa5ab commit 2c697f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Demos/NetCoreApp21/NetCoreApp21.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.6.1.17183">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.7.0.17535">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Demos/NetCoreApp30/NetCoreApp30.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.6.1.17183">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.7.0.17535">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Microsoft.AspNetCore.Razor.Runtime" Version="2.1.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.6.1.17183">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.7.0.17535">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" Condition="'$(TargetFramework)'=='netcoreapp2.0'" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" Condition="'$(TargetFramework)'!='netcoreapp2.0'" />
<PackageReference Include="Moq" Version="4.14.0" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.6.1.17183">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.7.0.17535">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 2c697f4

Please sign in to comment.