Doxense / foundationdb-dotnet-client

C#/.NET Binding for FoundationDB Client API
BSD 3-Clause "New" or "Revised" License
149 stars 33 forks source link

Retarget to .NET 5.0 #109

Closed KrzysFR closed 3 years ago

KrzysFR commented 3 years ago

Target .NET 5.0 instead of .NET Standard 2.1 / .NET Core 3.1

We could jump straight to .NET 6.0, but at the moment we don't need any new APIS from .NET 6.0, so 5.0 seems to be a good middle-ground.