Skip to content

Commit 1a9c802

Browse files
author
Stefán J. Sigurðarson
committed
Fixing .NET Code analyzers.
1 parent 918c105 commit 1a9c802

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<ReleaseVersion>8.0</ReleaseVersion>
3232
</PropertyGroup>
3333

34-
<PropertyGroup>
35-
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
36-
</PropertyGroup>
37-
3834
<PropertyGroup Condition="'$(CONCOURSE_CI_BUILD)' == 'true'">
3935
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
4036
<Deterministic>true</Deterministic>
@@ -67,6 +63,7 @@
6763
<PackageReference Include="MinVer" Version="2.4.0" PrivateAssets="All" />
6864
<PackageReference Include="System.Memory" Version="4.5.4" />
6965
<PackageReference Include="System.Threading.Channels" Version="5.0.0" />
66+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" />
7067
</ItemGroup>
7168

7269
</Project>

0 commit comments

Comments
 (0)