From 2d00790380a6da3406078306cb4988c9f7dbe8ee Mon Sep 17 00:00:00 2001 From: Ahmad El Sayed Date: Mon, 2 Sep 2024 22:22:08 +0200 Subject: [PATCH] add prop AppendTargetFrameworkToOutputPath and set it to false --- libs/UGridNET/cs_proj_templates/Directory.Build.props.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/UGridNET/cs_proj_templates/Directory.Build.props.in b/libs/UGridNET/cs_proj_templates/Directory.Build.props.in index 866b479..27da85d 100644 --- a/libs/UGridNET/cs_proj_templates/Directory.Build.props.in +++ b/libs/UGridNET/cs_proj_templates/Directory.Build.props.in @@ -11,5 +11,6 @@ @GLOB_DOTNET_TARGET_FRAMEWORK@ $(SolutionDir)$(Configuration)\ + false \ No newline at end of file