How can I determine which version of .NET is used for Akka.Net? #7669
-
I searched the docs and I don't see a .NET version used. Where should I look? |
Beta Was this translation helpful? Give feedback.
Answered by
Aaronontheweb
Jul 31, 2025
Replies: 1 comment
-
https://www.nuget.org/packages/Akka - we use .NET Standard 2.0 and .NET 6, soon to be .NET 8 or 10 depending on when we ship v1.6. But we support any version of .NET 4.6.1 or higher based on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Aaronontheweb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.nuget.org/packages/Akka - we use .NET Standard 2.0 and .NET 6, soon to be .NET 8 or 10 depending on when we ship v1.6.
But we support any version of .NET 4.6.1 or higher based on this.