Put version back to make VS Code happy

This commit is contained in:
Andrew Schwartzmeyer 2016-04-01 10:26:50 -07:00
parent f237767e86
commit b88980590c
2 changed files with 3 additions and 1 deletions

1
.vscode/launch.json vendored
View file

@ -1,4 +1,5 @@
{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch",

3
.vscode/tasks.json vendored
View file

@ -1,7 +1,8 @@
{
"version": "0.1.0",
"command": "powershell",
"isShellCommand": true,
"showOutput": "verbose",
"showOutput": "always",
"args": [ "-c" ],
"tasks": [