From 8f76d30a1d99f54ed17dcdbffa6bc5b2929dd9e3 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sun, 19 Nov 2023 18:51:47 +0000 Subject: [PATCH] add framework --- apps/playnite-web-plugin/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playnite-web-plugin/project.json b/apps/playnite-web-plugin/project.json index b266036b2..c222bcd1c 100644 --- a/apps/playnite-web-plugin/project.json +++ b/apps/playnite-web-plugin/project.json @@ -14,7 +14,7 @@ "build": { "executor": "nx:run-commands", "options": { - "command": "dotnet build --configuration Release --no-dependencies", + "command": "dotnet build --configuration Release --no-dependencies --framework net4.6.2", "cwd": "{projectRoot}/src" } },