File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >Low-level Serilog provider for Microsoft.Extensions.Logging</Description >
5- <VersionPrefix >2 .0.1 </VersionPrefix >
5+ <VersionPrefix >3 .0.0 </VersionPrefix >
66 <Authors >Microsoft;Serilog Contributors</Authors >
7- <TargetFrameworks >net461; netstandard2.0</TargetFrameworks >
7+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010 <AssemblyName >Serilog.Extensions.Logging</AssemblyName >
2424
2525 <ItemGroup >
2626 <PackageReference Include =" Serilog" Version =" 2.8.0" />
27- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.0.0" />
28- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
27+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.*" />
2928 </ItemGroup >
3029
3130 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments