From 024460d2919635039d74d892391cf3e8dd9ab11d Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 22 Mar 2023 15:25:47 -0300 Subject: [PATCH] Allow forcing templated code gen for C# By setting UseTemplatedCode=true in the project, even for C#, you'd get the older behavior instead of the ThisAssembly-based one. --- src/GitInfo/build/GitInfo.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GitInfo/build/GitInfo.targets b/src/GitInfo/build/GitInfo.targets index 943f940..f96531b 100644 --- a/src/GitInfo/build/GitInfo.targets +++ b/src/GitInfo/build/GitInfo.targets @@ -1077,9 +1077,9 @@ - + - + true