Created
August 23, 2017 20:43
-
-
Save dontpaniclabsgists/2055514229d5b79f7adce691d5ea0e33 to your computer and use it in GitHub Desktop.
netcore_8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "0.1.0", | |
| "command": "dotnet", | |
| "isShellCommand": true, | |
| "args": [], | |
| "tasks": [ | |
| { | |
| "taskName": "build", | |
| "args": [ | |
| "${workspaceRoot}/hello2/hello2.csproj" | |
| ], | |
| "isBuildCommand": true, | |
| "problemMatcher": "$msCompile" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment