Page 1 of 1

Compatibility dotnet 5 and linux

Posted: 02 Apr 2021, 08:10
by ftanguy
Hi All,

is the Server SDK compatible with dotnet 5 ?

If yes, is it possible to deploy the server on a linux ?

BR,
François

Re: Compatibility dotnet 5 and linux

Posted: 06 Apr 2021, 16:19
by Support Team
Hello Ali,

our SDK provides Net Standard 2.0 assemblies.
In terms of Microsoft's backward compatibility, this means that our SDK is compatible with .Net 5.0.
But we haven't tested it yet. A server built in Net 5.0 with our .Net Standard dlls will run, but we can't guarantee it will run without problems.

We are working on official .Net 5.0 compatibility with our next major update.

And yes, it is possible to deploy a server build with our .Net Standard assemblies on Linux. Please use .Net Core 2.1 Runtime to avoid issues we found with .Net Core 2.0.

Re: Compatibility dotnet 5 and linux

Posted: 30 Apr 2021, 08:15
by ftanguy
Understood, thanks.