NetCoreServer
NetCoreServer copied to clipboard
Framework compatibility
Hello. netstandart21 is not supported and will not be supported by latest frameworks. https://docs.microsoft.com/en-us/dotnet/standard/net-standard
Is there a way to get NetFramework 4.7.2 version? Or at least netstandart 2.0 which is supported by framework.
I just finished "porting" the project to .NET 4.7.2 for a project which had to run on framework. Here is the code: https://github.com/janek49/NetFrameworkServer
I did some basic testing and everything seems ok, can't guarantee it though.