NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

Framework compatibility

Open ZigmundL opened this issue 4 years ago • 1 comments

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.

ZigmundL avatar Jul 31 '20 19:07 ZigmundL

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.

janek49 avatar Jul 16 '21 22:07 janek49