formatting

This commit is contained in:
DB p 2022-11-13 18:38:05 +09:00
parent 3c647e0078
commit e607905846

View file

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