Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

Add .NET Framework 4.6.1 target #72

Closed erickmcarvalho closed 3 years ago

erickmcarvalho commented 3 years ago

Hi guys!

I suggest adding .NET Framework 4.6.1 as a target.

In some applications made exclusively on the .NET Framework (e.g. desktop), it ends up having many unnecessary dependencies due to the .NET Standard. As the Shell Progress Bar is fully compatible with both frameworks, I think it is worth compiling for .NET Framework 4.6.1 too.

Ah, and please let me know what the package version should be so that I can update the branch.

Thanks! []'s

.NET Framework desktop app - .NET Standard target

image

.NET Framework desktop app - .NET Framework target

image

Mpdreamz commented 3 years ago

LGTM, thanks for adding this @erickmcarvalho

I added Microsoft.NETFramewrork.ReferenceAssemblies.net461 so that building on linux/osx works OOTB still as well.