Closed kilroyFR closed 2 days ago
Currently released version 6.1.2 targets netstandard2.0
and netstandard2.1
.
It's just that i am getting vulnerabilities issues (warning NU1903) on System.Net.Http 4.3.0 and System.Text.RegularExpressions 4.3.0
That sounds like you need to add some direct references to your project to update those. We don't reference either of those packages. We also intentionally don't always reference the latest Autofac core or other dependencies to avoid forcing people to take upgrades they don't want.
hey there, any chance a version of the nuget with a framework update (.net Standard or Core) ?
Thanks !