Skip to content

Commit

Permalink
Remove DiagnosticSource packaging workaround
Browse files Browse the repository at this point in the history
With the latest cecil update in
dotnet#471, we are using SDK-style
projects and building cecil for netstandard2.0, so the workaround for
dotnet/sdk#3194 is no longer necessary.
  • Loading branch information
sbomer committed May 14, 2019
1 parent 930aeaf commit 340fe12
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ILLink.Tasks/ILLink.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,5 @@
PrivateAssets="All"
Publish="True" />

<!-- Publishing cecil (targeting netstandard1.3) for net472
results in an extra dll being published (see
https://github.com/dotnet/sdk/issues/3194). Work around this
by excluding assets from that particular package. -->
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.3.0"
Condition=" '$(TargetFramework)' == 'net472' "
ExcludeAssets="All" />

</ItemGroup>
</Project>

0 comments on commit 340fe12

Please sign in to comment.