Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix missing quote in trimming item
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj committed May 26, 2017
1 parent 43d0990 commit b56d2e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
<HandlePackageFileConflictsDependsOn>ImplicitlyExpandNETStandardFacades;$(HandlePackageFileConflictsDependsOn)</HandlePackageFileConflictsDependsOn>
</PropertyGroup>

<ItemGroup Condition="$(DontTrimNETStandardLibraryNETFramework)' != 'true'">
<ItemGroup Condition="'$(DontTrimNETStandardLibraryNETFramework)' != 'true'">
<!-- mark this package as trimmable so that files in the same package aren't automatically rooted -->
<TrimmablePackages Include="NETStandard.Library.NETFramework" />
</ItemGroup>
Expand Down

0 comments on commit b56d2e5

Please sign in to comment.