Revert "formatting"

This reverts commit e607905846.
This commit is contained in:
DB p 2022-11-13 18:40:50 +09:00
parent e607905846
commit 298415cddb

View file

@ -119,6 +119,7 @@
<Target Name="RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
<!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
<ItemGroup>
<FilteredAnalyzer Include="@(Analyzer-&gt;Distinct())" />
<Analyzer Remove="@(Analyzer)" />