This folder contains a C# project file that builds sources from the NETworkManager path targeting .NET Core 3.
The resulting executable is equivalent to the one produced by building the main NETworkManager project except that this project will run on .NET Core instead of .NET Framework. This project is kept in a separate folder from the primary project so that mainline .NET Framework development is not affected. Although NETworkManager works on .NET Core, the framework is still in Preview and some important development features (such as WPF designers in Visual Studio) are not supported yet.
To build this project, you will need the .NET Core 3 SDK installed.