Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 518 Bytes

Computer Networks

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