From c90a67c311ca50930e5c28e9c417d8cb5df42e16 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Mon, 15 Feb 2021 21:09:22 -0500 Subject: [PATCH] Update README.md --- MyTestProg/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/MyTestProg/README.md b/MyTestProg/README.md index e69de29..9545d58 100644 --- a/MyTestProg/README.md +++ b/MyTestProg/README.md @@ -0,0 +1,14 @@ +# MyTestProg + +Simple program calling a simple C# library that's a submodule of this project. + +## Note + +Make sure to build the ``MyTestLib`` library that's located in the Libs directory +from the parent directory. Then this can be run like so: + +```BASH +dotnet run +``` + +This software is targeting .NET Core 3.1