|
5 | 5 | <Authors>Microsoft;Serilog Contributors</Authors> |
6 | 6 | <!-- These must match the Dependencies tab in https://www.nuget.org/packages/microsoft.extensions.hosting at |
7 | 7 | the target version. --> |
8 | | - <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks> |
| 8 | + <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net8.0;net9.0;net10.0</TargetFrameworks> |
9 | 9 | <PackageTags>serilog;aspnet;aspnetcore;hosting</PackageTags> |
10 | 10 | <PackageIcon>icon.png</PackageIcon> |
11 | 11 | <PackageProjectUrl>https://github.com/serilog/serilog-extensions-hosting</PackageProjectUrl> |
|
26 | 26 | <DefineConstants>$(DefineConstants);FEATURE_MBPW</DefineConstants> |
27 | 27 | </PropertyGroup> |
28 | 28 |
|
| 29 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net10.0' "> |
| 30 | + <DefineConstants>$(DefineConstants);FEATURE_MBPW</DefineConstants> |
| 31 | + </PropertyGroup> |
| 32 | + |
29 | 33 | <ItemGroup> |
30 | 34 | <None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="" /> |
31 | 35 | <None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" /> |
32 | | - <PackageReference Include="Serilog" Version="4.2.0-*" /> |
| 36 | + <PackageReference Include="Serilog" Version="4.3.0" /> |
33 | 37 | <PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="All" /> |
34 | 38 | </ItemGroup> |
35 | 39 |
|
36 | 40 | <ItemGroup> |
37 | 41 | <!-- The versions of all references in this group must match the major and minor components of the package version prefix. --> |
38 | | - <PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0-*" /> |
39 | | - <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" /> |
40 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" /> |
| 42 | + <PackageReference Include="Serilog.Extensions.Logging" Version="10.0.0" /> |
| 43 | + <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" /> |
| 44 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" /> |
| 45 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0" /> |
42 | 46 | </ItemGroup> |
43 | 47 | </Project> |
0 commit comments