### Describe the bug Related to version 1.14.0 and probably other to. WireMock.Net --> WireMock.Net.Minimal ----.NET Framework/.NET Standard-----> Microsoft.AspNetCore v2.2.0 ----> Microsoft.AspNetCore.Server.Kestrel.Core v2.2.0 This package contains critical security issue (9.9/10) https://github.com/advisories/GHSA-5rrx-jjjq-q2r5. ### Expected behavior: The easiest way is to bump Microsoft.AspNetCore to 2.3.0. ### Test to reproduce Just compile your code with following switches ```xml <PropertyGroup> <NuGetAudit>true</NuGetAudit> <NuGetAuditMode>all</NuGetAuditMode> <NuGetAuditLevel>low</NuGetAuditLevel> </PropertyGroup> ``` ### Other related info It will be great to make the release shortly after the changes.