Skip to content

Commit

Permalink
PrivateAssets="compile" on Humanizer in Microsoft.CodeAnalysis.CSharp…
Browse files Browse the repository at this point in the history
….Features.csproj
  • Loading branch information
filipw committed Jun 7, 2019
1 parent eadc22b commit 514d5c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="$(HumanizerCoreVersion)" PrivateAssets="all" />
<PackageReference Include="Humanizer.Core" Version="$(HumanizerCoreVersion)" PrivateAssets="compile" />
</ItemGroup>
<Import Project="..\..\..\Compilers\CSharp\CSharpAnalyzerDriver\CSharpAnalyzerDriver.projitems" Label="Shared" />
</Project>

0 comments on commit 514d5c3

Please # to comment.