fsprojects/FsRandom

Add support for .NET Standard

Closed this issue · 1 comments

FsRandom currently only supports .NET Framework 4.0 or higher.
By targeting it to .NET Standard, it can be used by .NET Core, Xamarin and other .NET Standard libraries,and it will be open to much more F# users.

Check more information about .NET Standard here. Given that FsRandom does not use any .NET Framework-specific functionality, it will be quite easy to port it.

FsRandom 1.4 will support .NET Standard.