File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 1 file changed +2
-2
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 >2.0.3 </VersionPrefix >
66 <Authors >Microsoft;Serilog Contributors</Authors >
77 <TargetFrameworks >net45;net46;net461;netstandard1.3;netstandard2.0</TargetFrameworks >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
3131 </ItemGroup >
3232
3333 <ItemGroup Condition =" '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netstandard2.0' " >
34- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0 " />
34+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.* " />
3535 </ItemGroup >
3636
3737 <PropertyGroup Condition =" '$(TargetFramework)' == 'net46' " >
You can’t perform that action at this time.
0 commit comments