Antlr3.Runtime (v3.5.1) brings on dependencies that are reported to contain high vulnerabilities:


The root cause might be that Antlr3.Runtime targets netstandard version lower than 2.0 according to this Microsoft blog (https://devblogs.microsoft.com/nuget/nugetaudit-2-0-elevating-security-and-trust-in-package-management/).
Can we have a new version that targets netstandard2.0 to move away from those vulnerable dependencies?
Thanks.