Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
(GH-32) Cake.Common reference should be private
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho authored and pascalberger committed May 28, 2019
1 parent a798435 commit 4880bcb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Common" Version="0.33.0" />
<PackageReference Include="Cake.Common" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues" Version="0.7.0-beta0003" />
<PackageReference Include="Cake.Issues.PullRequests" Version="0.7.0-beta0001" />
Expand Down

0 comments on commit 4880bcb

Please sign in to comment.