autofac / Autofac.Extras.AggregateService

Dynamic aggregate service implementation generation for Autofac IoC
MIT License
4 stars 7 forks source link

.net Framework Update ? #15

Closed kilroyFR closed 2 days ago

kilroyFR commented 2 days ago

hey there, any chance a version of the nuget with a framework update (.net Standard or Core) ?

Thanks !

tillig commented 2 days ago

Currently released version 6.1.2 targets netstandard2.0 and netstandard2.1.

kilroyFR commented 2 days ago

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

tillig commented 2 days ago

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.