Skip to content

Commit

Permalink
Revert "Apply temporary fix for dotnet/wpf#6792"
Browse files Browse the repository at this point in the history
This reverts commit 8466ca1.
  • Loading branch information
notpeelz committed Sep 24, 2022
1 parent f966d36 commit e8e3125
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions VersionInfoGenerator/build/VersionInfoGenerator.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
<_PackageVersion>$(PackageVersion)</_PackageVersion>
</PropertyGroup>

<!-- Work around for https://github.com/dotnet/wpf/issues/6792 -->
<!-- TODO: remove this once .NET 6.0.9 is out -->
<Target Name="VersionInfoGenerator_RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
<ItemGroup>
<FilteredAnalyzer Include="@(Analyzer->Distinct())" />
<Analyzer Remove="@(Analyzer)" />
<Analyzer Include="@(FilteredAnalyzer)" />
</ItemGroup>
</Target>

<Target Name="VersionInfoGenerator_GetGitBinary">
<Exec Command="git --version"
Condition="'$(GitBinary)' == ''"
Expand Down

0 comments on commit e8e3125

Please sign in to comment.