SVG
SVG copied to clipboard
Missing .net 4.8 target framework
Please add it
Why add .NET 4.8 or even 461 expecitly when they implement netstandard2.0 and as such can use .NET Standard 2.0 libraries.
I think personally that net461 should be removed in the project file though, and drop .NET Framework 4.5 as well too since it's EOL (end-of-life) I think as well. Windows 10 comes with 4.8 pre-installed so yeah and .NET Framework 4.8 is the "last" version of framework. As for .NET 6, that does need to be added however.
.NET 4.6.1 cannot be removed, because it is not compatible to .NET Standard 2.0. Though you are right, 4.5 is EOL and will certainly be dropped soon. .NET 6 is not released yet, but needs to be added.
I will close this, as unneeded request (cleaning up old issues...)
Actually, I was wrong - .NET Standard 2.0 is compatible with .NET 4.6.1 (I had 4.8 in mind for some reason), so it probably can indeed be removed.
As for 4.5.2, it has its EOL in April 2022, so we will wait with that one.