diff options
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> |