|
3 | 3 | <PropertyGroup> |
4 | 4 | <Description>Serilog support for ASP.NET Core logging</Description> |
5 | 5 | <Authors>Microsoft;Serilog Contributors</Authors> |
6 | | - <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks> |
| 6 | + <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0;net9.0;net10.0</TargetFrameworks> |
7 | 7 | <PackageTags>serilog;aspnet;aspnetcore</PackageTags> |
8 | 8 | <PackageIcon>icon.png</PackageIcon> |
9 | 9 | <PackageProjectUrl>https://github.com/serilog/serilog-aspnetcore</PackageProjectUrl> |
|
20 | 20 | </ItemGroup> |
21 | 21 |
|
22 | 22 | <ItemGroup> |
23 | | - <PackageReference Include="Serilog" Version="4.2.0-*" /> |
24 | | - <PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" /> |
25 | | - <PackageReference Include="Serilog.Sinks.File" Version="6.0.0" /> |
| 23 | + <PackageReference Include="Serilog" Version="4.3.0" /> |
| 24 | + <PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" /> |
| 25 | + <PackageReference Include="Serilog.Sinks.File" Version="7.0.0" /> |
26 | 26 | <PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" /> |
27 | 27 | <PackageReference Include="Serilog.Formatting.Compact" Version="3.0.0" /> |
28 | 28 | </ItemGroup> |
29 | 29 |
|
30 | 30 | <ItemGroup> |
31 | 31 | <!-- The versions of all references in this group must match the major and minor components of the package version prefix. --> |
32 | | - <PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0-*" /> |
33 | | - <PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0-*" /> |
| 32 | + <PackageReference Include="Serilog.Extensions.Hosting" Version="10.0.0" /> |
| 33 | + <PackageReference Include="Serilog.Settings.Configuration" Version="10.0.0" /> |
34 | 34 | </ItemGroup> |
35 | 35 |
|
36 | 36 | <ItemGroup Condition=" '$(TargetFramework)' != 'net462' and '$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netstandard2.1' "> |
|
39 | 39 | </ItemGroup> |
40 | 40 |
|
41 | 41 | <ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' "> |
42 | | - <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" /> |
43 | | - <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> |
| 42 | + <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.3.0" /> |
| 43 | + <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" /> |
44 | 44 | </ItemGroup> |
45 | 45 |
|
46 | 46 | </Project> |
0 commit comments