|
3 | 3 | <PropertyGroup> |
4 | 4 | <Description>Serilog support for .NET Core logging in hosted services</Description> |
5 | 5 | <!-- This must match the major and minor components of the referenced Microsoft.Extensions.Logging package. --> |
6 | | - <VersionPrefix>7.0.0</VersionPrefix> |
| 6 | + <VersionPrefix>8.0.0</VersionPrefix> |
7 | 7 | <Authors>Microsoft;Serilog Contributors</Authors> |
8 | 8 | <!-- These must match the Dependencies tab in https://www.nuget.org/packages/microsoft.extensions.hosting at |
9 | 9 | the target version. --> |
10 | | - <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks> |
| 10 | + <TargetFrameworks>net462;netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks> |
11 | 11 | <LangVersion>8</LangVersion> |
12 | 12 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
13 | 13 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
22 | 22 | <RepositoryType>git</RepositoryType> |
23 | 23 | <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
24 | 24 | <RootNamespace>Serilog</RootNamespace> |
| 25 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
25 | 26 | </PropertyGroup> |
26 | 27 |
|
27 | 28 | <PropertyGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' "> |
|
30 | 31 |
|
31 | 32 | <ItemGroup> |
32 | 33 | <None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="" /> |
| 34 | + <None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" /> |
33 | 35 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
34 | | - <PackageReference Include="Serilog" Version="2.12.0" /> |
| 36 | + <PackageReference Include="Serilog" Version="3.1.1" /> |
35 | 37 | </ItemGroup> |
36 | 38 |
|
37 | 39 | <ItemGroup> |
38 | 40 | <!-- The versions of all references in this group must match the major and minor components of the package version prefix. --> |
39 | | - <PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" /> |
40 | | - <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" /> |
42 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" /> |
| 41 | + <PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" /> |
| 42 | + <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" /> |
| 43 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" /> |
| 44 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" /> |
43 | 45 | </ItemGroup> |
44 | 46 | </Project> |
0 commit comments