Horusiath / Akkling

Experimental F# typed API for Akka.NET
Apache License 2.0
225 stars 45 forks source link

Was there a reason to upgrade Akkling from .NET Standard 2 to .NET 5? #140

Closed object closed 3 years ago

object commented 3 years ago

I saw that one of the latest pull requests updated Akkling target framework from .NET Standard 2 to .NET 5.0. Wouldn't it be practical to keep the version in tact with core Akka.NET libraries which are set to .NET Standard 2.0 at the moment. Restricting it to .NET 5 demands everyone who uses Akkling to upgrade, and there are projects that target .NET Standard 2.0 or 2.1 (our project for example).

If there are certain features that require .NET5 that's fine then. But are there? What do you think @Horusiath @Swoorup ?