Skip to content

Commit

Permalink
Upgraded to latest Serilog.Sinks.ElmahIo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed May 28, 2024
1 parent a92c29e commit b3b0a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
<PackageReference Include="Serilog.Sinks.ElmahIo" Version="5.1.41-pre" />
<PackageReference Include="Serilog.Sinks.ElmahIo" Version="5.1.43" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.ElmahIo" Version="5.1.41-pre" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Sinks.ElmahIo" Version="5.1.43" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b3b0a68

Please sign in to comment.