Update README.md

This commit is contained in:
Kun Deng
2021-02-15 21:09:22 -05:00
committed by GitHub
parent 5424a5c125
commit c90a67c311
+14
View File
@@ -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