ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Drop dependencies on aspnetcore 2.2 nugets #127

Closed jjolidon closed 5 months ago

jjolidon commented 1 year ago

Hi there,

It seems that Ardalis.Result.AspNetCore 7.0 depends on AspNet Core 2.2-eara nugets:

Those nugets are deprecated and should not be used. In addition, they have pretty serious vulnerabilities.

I think these dependencies should be dropped rapidly.

radekwojpl2 commented 1 year ago

Hi, can I help with this ?