File tree 1 file changed +2
-2
lines changed
src/Serilog.Extensions.Logging 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Low-level Serilog provider for Microsoft.Extensions.Logging</Description >
5
- <VersionPrefix >2.0.3 </VersionPrefix >
5
+ <VersionPrefix >2.0.4 </VersionPrefix >
6
6
<Authors >Microsoft;Serilog Contributors</Authors >
7
7
<TargetFrameworks >net45;net46;net461;netstandard1.3;netstandard2.0</TargetFrameworks >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
31
31
</ItemGroup >
32
32
33
33
<ItemGroup Condition =" '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netstandard2.0' " >
34
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.* " />
34
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0 " />
35
35
</ItemGroup >
36
36
37
37
<PropertyGroup Condition =" '$(TargetFramework)' == 'net46' " >
You can’t perform that action at this time.
0 commit comments