Update Serilog.Enrichers.Process to 2.0.2 as it fixes a leak

(cherry picked from commit dcc533fd8d)
This commit is contained in:
Chad Currie
2021-08-22 15:40:44 +12:00
committed by Sebastiaan Janssen
parent d085b11752
commit 8b685a0a2c
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
<dependency id="Newtonsoft.Json" version="[12.0.1,12.999999)" />
<dependency id="Semver" version="[2.0.4,2.999999)" />
<dependency id="Serilog" version="[2.10.0,2.999999)" />
<dependency id="Serilog.Enrichers.Process" version="[2.0.1,2.999999)" />
<dependency id="Serilog.Enrichers.Process" version="[2.0.2,2.999999)" />
<dependency id="Serilog.Enrichers.Thread" version="[3.1.0,3.999999)" />
<dependency id="Serilog.Filters.Expressions" version="[2.1.0,2.999999)" />
<dependency id="Serilog.Formatting.Compact" version="[1.1.0,1.999999)" />

View File

@@ -97,7 +97,7 @@
<Version>2.10.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Enrichers.Process">
<Version>2.0.1</Version>
<Version>2.0.2</Version>
</PackageReference>
<PackageReference Include="Serilog.Enrichers.Thread">
<Version>3.1.0</Version>