From f099a5f91980c4b53f336705788fcb0820a326cc Mon Sep 17 00:00:00 2001 From: Yaroslav Zhmayev Date: Wed, 3 Jul 2019 18:16:32 +0300 Subject: [PATCH] making ReplaceFileText MSBuild task work on both MSBuild Full and Core so with both .NET Framework and .NET Core tooling --- src/RevitAddin.csproj | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/RevitAddin.csproj b/src/RevitAddin.csproj index 45ee3a7..f4be848 100644 --- a/src/RevitAddin.csproj +++ b/src/RevitAddin.csproj @@ -171,7 +171,7 @@ - + @@ -191,6 +191,25 @@ + + + + + + + + + + + + + + + + +