summaryrefslogtreecommitdiff
path: root/ExcelAddIn.csproj
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-14 15:23:33 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-14 15:23:33 +0300
commit7905d3af4d32405ef041de897bf2d23ee7d6d08e (patch)
treea51153a14fc394e1c37a3cc7839cf57ac692bb68 /ExcelAddIn.csproj
parentc29849b19d444956f002a65377610f639c0873e1 (diff)
Add custom panel and tools
Diffstat (limited to 'ExcelAddIn.csproj')
-rw-r--r--ExcelAddIn.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/ExcelAddIn.csproj b/ExcelAddIn.csproj
index 57c5362..2b83a49 100644
--- a/ExcelAddIn.csproj
+++ b/ExcelAddIn.csproj
@@ -3,11 +3,13 @@
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
+ <UseWindowsForms>true</UseWindowsForms>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ExcelDna.AddIn" Version="1.6.0" />
+ <PackageReference Include="ExcelDna.Interop" Version="15.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
</ItemGroup>