Skip to content

Commit d02dcf5

Browse files
committed
Enable analyzers in .net core 3.1
1 parent d4c0621 commit d02dcf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<IsPackable>false</IsPackable>
99
</PropertyGroup>
1010

11+
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
12+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
13+
<AnalysisLevel>latest</AnalysisLevel>
14+
</PropertyGroup>
15+
1116
<PropertyGroup>
1217
<VersionPrefix>0.1.0</VersionPrefix>
1318
<Authors>Brian Surowiec</Authors>

0 commit comments

Comments
 (0)