Skip to content

Commit

Permalink
Remove suppression for EventRegistrationToken now that it is no longe…
Browse files Browse the repository at this point in the history
…r duplicated (dotnet/corefx#37481)

Commit migrated from dotnet/corefx@53bf5f4
  • Loading branch information
ericstj authored May 7, 2019
1 parent c1e172d commit 35cf2c7
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,4 @@
<KnownFrameworkReference Remove="Microsoft.AspNetCore.App" />
<KnownFrameworkReference Remove="Microsoft.WindowsDesktop.App" />
</ItemGroup>

<!-- Unix CoreLib contains EventRegistrationToken but no other
types from System.Runtime.InteropServices.WindowsRuntime.
https://github.com/dotnet/corefx/issues/35792 -->
<ItemGroup Condition="'$(RuntimeIdentifier)' != '' AND !$(RuntimeIdentifier.StartsWith('win'))">
<IgnoredTypes Include="System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" />
</ItemGroup>
</Project>

0 comments on commit 35cf2c7

Please sign in to comment.