alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
558 stars 99 forks source link

Drop support for .NET Framework < 4.5 #500

Closed alphaleonis closed 5 years ago

alphaleonis commented 5 years ago

Is anyone using this anymore? Most NuGet packages out there seem to require .NET 4.5 today. It simplifies further development, so I suggest we only support .NET 4.5+ in future versions. (Perhaps we can do netstandard as well, need to investigate this).

alphaleonis commented 5 years ago

@Yomodo I hope you agree with these few new issues I've added. I really wanna move this repo to a more modern environment. You can have a look at the branch https://github.com/alphaleonis/AlphaFS/tree/feature/new-csproj-format if you want to see what it'll look like. It's getting close to done actually.

I'm referring to #499, #501, #502, #503, and #504

alphaleonis commented 5 years ago

As an additional comment Microsoft has deprecated PowerShell 2.0 which means we should be safe to drop CLR2 support in that regard as well.