|
3 | 3 | <PropertyGroup>
|
4 | 4 | <Description>Serilog support for ASP.NET Core logging</Description>
|
5 | 5 | <!-- 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> |
7 | 7 | <Authors>Microsoft;Serilog Contributors</Authors>
|
8 | 8 | <TargetFrameworks>net462;netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
|
9 | 9 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
34 | 34 | <ItemGroup>
|
35 | 35 | <!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
|
36 | 36 | <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" /> |
38 | 38 | <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
39 | 39 | </ItemGroup>
|
40 | 40 |
|
|
0 commit comments