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