Skip to content

Commit

Permalink
Add private & privateassets
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWasUnavailable committed Apr 3, 2024
1 parent 79ac919 commit 79d9d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Virality/Virality.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ItemGroup>

<ItemGroup Condition="$(CI) == 'true'" >
<PackageReference Include="ContentWarning.Libs" Version="1.6.2" Publicize="true"/>
<PackageReference Include="ContentWarning.Libs" Version="1.6.2" Publicize="true" Private="False" PrivateAssets="all"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
Expand Down

0 comments on commit 79d9d38

Please sign in to comment.