Skip to content

Commit

Permalink
Specify PrivateAsserts for package reference to Serilog.Sinks.InMemor…
Browse files Browse the repository at this point in the history
…y in assertions project
  • Loading branch information
sandermvanvliet committed May 10, 2021
1 parent 9449154 commit ba4d2bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.*" />
<PackageReference Include="Serilog.Sinks.InMemory" Version="0.*" />
<PackageReference Include="Serilog.Sinks.InMemory" Version="0.*">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Serilog" Version="2.*">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit ba4d2bc

Please sign in to comment.