Install .Net Core SDK (3.1 LST) and Runtime Environment:
https://dotnet.microsoft.com/download/dotnet/3.1
We are basically using the very fundamental components here in this project. And this is a small project. So everything should be compatible with later .Net Core versions.
The following commands are shared in Windows (powershell) & Linux (bash) platform.
Build
dotnet build ./src/dev/Networks.sln
Test
dotnet test ./src/dev/Networks.sln