From b335a7195d60ab8d83ae9eba1150ee022163f3ba Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 27 Mar 2018 18:56:20 +0900 Subject: [PATCH] Make better --- .vscode/tasks.json | 17 ----------------- osu.Game.Resources/osu.Game.Resources.csproj | 3 +-- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index b5ec7cb..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [{ - "label": "build", - "command": "dotnet build", - "type": "shell", - "options": { - "cwd": "${workspaceRoot}/osu.Game.Resources" - }, - "group": { - "kind": "build", - "isDefault": true - } - }] -} \ No newline at end of file diff --git a/osu.Game.Resources/osu.Game.Resources.csproj b/osu.Game.Resources/osu.Game.Resources.csproj index 86974ed..5cb326f 100644 --- a/osu.Game.Resources/osu.Game.Resources.csproj +++ b/osu.Game.Resources/osu.Game.Resources.csproj @@ -1,7 +1,6 @@  - net461 - net461;netstandard2.0;netcoreapp2.0 + netstandard2.0 osu!ui osu!ui ppy Pty Ltd