diff options
Diffstat (limited to 'RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj')
-rw-r--r-- | RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj b/RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj deleted file mode 100644 index bf58d4f..0000000 --- a/RhSolutions.ExcelExtensions/RhSolutions.ExcelExtensions.csproj +++ /dev/null @@ -1,15 +0,0 @@ -<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> |