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