diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-14 15:23:33 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-14 15:23:33 +0300 |
commit | 7905d3af4d32405ef041de897bf2d23ee7d6d08e (patch) | |
tree | a51153a14fc394e1c37a3cc7839cf57ac692bb68 /ExcelAddIn.csproj | |
parent | c29849b19d444956f002a65377610f639c0873e1 (diff) |
Add custom panel and tools
Diffstat (limited to 'ExcelAddIn.csproj')
-rw-r--r-- | ExcelAddIn.csproj | 2 |
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> |