You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main question about this point is to know if why there is a direct reference to .NET Framework 4.5?
Because .NET Framework 4.5 is not supported anymore since January 12, 2016. Furthermore, even if .NET Framework 4.5.2 is still supported, its support will end on April 26, 2022 so it could be a good idea to anticipate and change this now.
Moreover, .NET Framework 4.5.2, 4.6 and 4.6.1 versions support will end on April 26, 2022 so, as you can see in the dynamic table of versions covered by .NET Standard, .NET Standard 1.1 will soon become useless. So, the final version of targeted frameworks should be:
I am raising this issue because I am using your librairy and if its covering unsupported framework versions, then it may lead to security issues that my clients are concerned about.
So I would be glad to open a PR to fix that and do whatever is necessary for you to release a new version with these modifications.
The text was updated successfully, but these errors were encountered:
Currently, supported target frameworks are:
However, these list of frameworks have two issues:
Here are some references to understand what I am talking about:
Unecessary duplications
As you can see in the dynamic table of versions covered by .NET Standard:
So you could simplify it like this:
Unsupported versions
The main question about this point is to know if why there is a direct reference to .NET Framework 4.5?
Because .NET Framework 4.5 is not supported anymore since January 12, 2016. Furthermore, even if .NET Framework 4.5.2 is still supported, its support will end on April 26, 2022 so it could be a good idea to anticipate and change this now.
Moreover, .NET Framework 4.5.2, 4.6 and 4.6.1 versions support will end on April 26, 2022 so, as you can see in the dynamic table of versions covered by .NET Standard, .NET Standard 1.1 will soon become useless. So, the final version of targeted frameworks should be:
I am raising this issue because I am using your librairy and if its covering unsupported framework versions, then it may lead to security issues that my clients are concerned about.
So I would be glad to open a PR to fix that and do whatever is necessary for you to release a new version with these modifications.
The text was updated successfully, but these errors were encountered: