From e31409e707e4fb90ad64c6d34a0e32115a4b418b Mon Sep 17 00:00:00 2001 From: prime31 Date: Wed, 21 Oct 2020 11:52:00 -0700 Subject: [PATCH] ensure GenerateTargetFrameworkAttribute gets set --- .vscode/tasks.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9b83033..2c2369f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -43,6 +43,7 @@ "command": "msbuild", "args": [ "project_name.sln", + "/property:GenerateTargetFrameworkAttribute=false", "/p:configuration=Debug", "/p:platform=Any CPU", "/t:build" @@ -58,6 +59,7 @@ "command": "msbuild", "args": [ "project_name.sln", + "/property:GenerateTargetFrameworkAttribute=false", "/p:configuration=Release", "/p:platform=Any CPU", "/t:build" @@ -178,4 +180,4 @@ "problemMatcher": "$msCompile", }, ] -} \ No newline at end of file +}