Skip to content

Commit 8f60c13

Browse files
committed
Update Directory.Build.props
1 parent eaf0c24 commit 8f60c13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@
99
<PackageTags>Json, Testing, Verify, Snapshot, Approvals</PackageTags>
1010
<Description>Enables verification of complex models and documents.</Description>
1111
</PropertyGroup>
12+
<!--Work around: https://github.com/dotnet/sdk/issues/21006-->
13+
<Target Name="DisableAnalyzers"
14+
BeforeTargets="CoreCompile">
15+
<ItemGroup>
16+
<Analyzer Remove="@(Analyzer)" />
17+
</ItemGroup>
18+
</Target>
1219
</Project>

0 commit comments

Comments
 (0)