Skip to content

Commit

Permalink
Merge pull request #23 from jonsagara/feature/serilog
Browse files Browse the repository at this point in the history
Bump Serilog minimum version to 4.1.0.
  • Loading branch information
jonsagara authored Oct 22, 2024
2 parents e8a1083 + 3d2ecc3 commit 419579c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<!-- NuGet -->
<Version>3.0.6</Version>
<Version>3.0.7</Version>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<Authors>Jon Sagara</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 419579c

Please sign in to comment.