Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
odalet-addup committed Nov 25, 2020
2 parents dc27796 + 3698c72 commit 2dc3503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
-->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="Microsoft.CodeCoverage" Version="16.8.0" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.14.0.22654">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.15.0.24505">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/AddUp.FakeRabbitMQ/AddUp.FakeRabbitMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="RabbitMQ.Client" Version="5.2.0" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.14.0.22654">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.15.0.24505">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 2dc3503

Please sign in to comment.