Skip to content

Commit

Permalink
Fix CoreFX build breaks
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@f078da3
  • Loading branch information
jkotas committed Feb 15, 2019
1 parent 4a9113d commit e28119e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ItemGroup>
<Compile Include="*.cs" />
<Compile Include="$(CommonPath)\CoreLib\System\Diagnostics\Tracing\*.cs" />
<Compile Remove="$(CommonPath)\CoreLib\System\Diagnostics\Tracing\FrameworkEventSource.cs" />
<Compile Include="$(CommonPath)\CoreLib\System\Diagnostics\Tracing\TraceLogging\*.cs" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e28119e

Please sign in to comment.