Skip to content

Commit

Permalink
Don't copy ns1.3 DiagnosticSource to net46
Browse files Browse the repository at this point in the history
Now that this project explicitly builds for net46 we shouldn't copy the
ns1.3 build.
  • Loading branch information
ericstj committed Mar 14, 2017
1 parent 0556f02 commit 85e6fab
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<ProjectGuid>{F24D3391-2928-4E83-AADE-B34423498750}</ProjectGuid>
<DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
<UseOpenKey>true</UseOpenKey>
<!-- duplicate in net46 folder so older nuget clients can consume -->
<PackageTargetFramework Condition="'$(TargetGroup)' == 'netstandard1.3'">netstandard1.3;net46</PackageTargetFramework>
<!-- To allow this library to work on V4.5 runtimes and other old platforms
we also have a separate complilation of this DLL that works for V4.5
(which is netstandard1.1). Again we duplicate in a portable-* folder
Expand Down

0 comments on commit 85e6fab

Please sign in to comment.