Skip to content

Commit

Permalink
Merge pull request #29 from jonsagara/feature/serilog
Browse files Browse the repository at this point in the history
Upgraded Serilog. Use .NET SDK 9.0.101.
  • Loading branch information
jonsagara authored Dec 6, 2024
2 parents 42a8bc3 + 4524247 commit d7071a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100",
"version": "9.0.101",
"rollForward": "latestPatch"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog" Version="4.2.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit d7071a7

Please sign in to comment.