Skip to content

Commit

Permalink
Merge pull request #149 from nblumhardt/3x-dependency
Browse files Browse the repository at this point in the history
Update Serilog dependency to 3.1.1
  • Loading branch information
nblumhardt authored Nov 28, 2023
2 parents ec997cc + 28f0b16 commit 47b6df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Console/Serilog.Sinks.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="3.1.0-*" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 47b6df0

Please sign in to comment.