From fd60740b23b9cd9557d0c36609bea2b557084cbe Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 23 Jun 2023 07:57:04 +0300 Subject: Add net472 framework support --- ExcelAddIn.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ExcelAddIn.csproj b/ExcelAddIn.csproj index 2b83a49..9b32c42 100644 --- a/ExcelAddIn.csproj +++ b/ExcelAddIn.csproj @@ -1,10 +1,11 @@ - net6.0-windows + net472;net6.0-windows enable true disable + 10.0 @@ -12,6 +13,7 @@ + -- cgit v1.2.3