ipjohnson / Grace.DependencyInjection.Extensions

Grace Extensions for ASP.Net Core
19 stars 7 forks source link

Drop .netstandard 1.0 #21

Open ipjohnson opened 4 years ago

ipjohnson commented 4 years ago

A question was asked by @cnshenj in PR #18 about dropping .netstandard 1.0 support. Microsoft has stopped supporting it so it seems rational to drop support for it as well.

This would allow removal of the compile time diffs added recently to support a netstandard 2.0 only features.

ipjohnson commented 4 years ago

This would also remove the security alert that comes up on the front of the page because of the nuget package.

We found a potential security vulnerability in one of your dependencies.
Only the owner of this repository can see this message.
ipjohnson commented 4 years ago

I've implemented this but I'm going to keep the issue open a while so that people see it

silkfire commented 2 years ago

Maybe time to close this one? :)