diff options
Diffstat (limited to 'RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj')
-rw-r--r-- | RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj b/RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj new file mode 100644 index 0000000..bf58d4f --- /dev/null +++ b/RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj @@ -0,0 +1,15 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFrameworks>net472;net6.0-windows7.0</TargetFrameworks> + <LangVersion>10</LangVersion> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="ExcelDna.Interop" Version="15.0.1" /> + <PackageReference Include="System.Net.Http" Version="4.3.4" /> + </ItemGroup> + +</Project> |