Skip to content

Commit

Permalink
Merge pull request #188 from bdovaz/unity-net-standard-2-0-compatibility
Browse files Browse the repository at this point in the history
Bump Serilog version dependency to support Unity and .netstandard 2.0+
  • Loading branch information
nblumhardt authored May 6, 2021
2 parents 3930717 + 5dbeb54 commit 50b7228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 50b7228

Please sign in to comment.