update readme

main
Evan Hemsley 2020-03-03 16:23:14 -08:00
parent fd0070ffae
commit 5f0715050c
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ Template and build tasks for developing a cross-platform multi-target .NET Frame
- Open the project directory in VSCode
- Press Ctrl-Shift-B to open the build tasks menu
- `Framework` tasks use .NET Framework or Mono to build and run
- `Core` tasks use .NET Core to build and run
- Press F5 to build and debug with Core Debugger
## Acknowledgments