.NET Core Implementation

Hello, I’ve saw that fivem server side support .net framework 4.5 and client side supports .net framework 4.8, thing is they are really old and miss a lot of important things when it comes to the true power of c# framework’s, I would like to request .NET Core implementation which gives the freedom of easier at least .NET Core 3.1 would give us access to things like multiple database support, dependency injections, way more cleaner code, intelisense which is AI Based that works more eficient with .net core, is this thing possible? or at least to get from 4.5 to 4.8 on server side so we get access to .net standard 2.1 which will allow multiple nuget libraries to be used.

Again this confusion?

The client doesn’t ‘support .NET Framework 4.8’ nor does the server ‘support .NET Framework 4.5’, and with that premise taken apart, the rest of your post also doesn’t make sense.

See this thread on GitHub for the latest discussion in this regard: https://github.com/citizenfx/fivem/issues/1287#issuecomment-1031621279

Server is Mono 5.16 which fits netstandard2.0 fine, client is a custom Mono 4.x which doesn’t match any existing .NET profile (but is closest to Silverlight 5 with some 4.x APIs added) due to sandboxing requirements.