philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Update VS Code tasks to new version #48

Open philippgille opened 6 years ago

philippgille commented 6 years ago

VS Code's Tasks functionality was updated and the available task version is now 2.0.0. Our task version is 0.1.0.

We should update the tasks in our .vscode directories accordingly.

https://code.visualstudio.com/docs/editor/tasks#_convert-from-010-to-200