Skip to content

Commit 4522f89

Browse files
authored
Merge pull request #385 from serilog/dev
8.0.3 Release
2 parents 57d78d1 + 533f475 commit 4522f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.AspNetCore/Serilog.AspNetCore.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Serilog support for ASP.NET Core logging</Description>
55
<!-- This must match the major and minor components of the referenced *.Extensions.* packages (and highest supported .NET TFM). -->
6-
<VersionPrefix>8.0.2</VersionPrefix>
6+
<VersionPrefix>8.0.3</VersionPrefix>
77
<Authors>Microsoft;Serilog Contributors</Authors>
88
<TargetFrameworks>net462;netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -34,7 +34,7 @@
3434
<ItemGroup>
3535
<!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
3636
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
37-
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.2" />
37+
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
3838
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
3939
</ItemGroup>
4040

0 commit comments

Comments
 (0)