File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Serilog.Enrichers.ClientInfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
2222 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.1.1" />
23- <PackageReference Include =" Serilog" Version =" 2.9.0 " />
23+ <PackageReference Include =" Serilog" Version =" 2.7.1 " />
2424 </ItemGroup >
2525 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
2626 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.2.2" />
2727 <PackageReference Include =" Serilog" Version =" 2.9.0" />
2828 </ItemGroup >
2929 <ItemGroup Condition =" '$(TargetFramework)' == 'net452'" >
3030 <Reference Include =" System.Web" />
31- <PackageReference Include =" Serilog" Version =" 2.9 .0" />
31+ <PackageReference Include =" Serilog" Version =" 2.4 .0" />
3232 </ItemGroup >
3333</Project >
You can’t perform that action at this time.
0 commit comments