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" } },