Skip to content

Commit 14e8078

Browse files
Merge pull request #1026 from stebet/vs2019fix
Workaround: Fixing analyzer build errors on VS2019 v16.9
2 parents d6a11d9 + 1a9c802 commit 14e8078

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

projects/RabbitMQ.Client/RabbitMQ.Client.csproj

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

34-
<PropertyGroup>
35-
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
36-
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
37-
</PropertyGroup>
38-
3934
<PropertyGroup Condition="'$(CONCOURSE_CI_BUILD)' == 'true'">
4035
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
4136
<Deterministic>true</Deterministic>
@@ -68,6 +63,7 @@
6863
<PackageReference Include="MinVer" Version="2.4.0" PrivateAssets="All" />
6964
<PackageReference Include="System.Memory" Version="4.5.4" />
7065
<PackageReference Include="System.Threading.Channels" Version="5.0.0" />
66+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" />
7167
</ItemGroup>
7268

7369
</Project>

0 commit comments

Comments
 (0)