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