remove outdated reference

This commit is contained in:
2026-03-04 12:19:44 +08:00
parent 874f787b6f
commit 86437ba639
2 changed files with 1 additions and 8 deletions
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
+1 -2
View File
@@ -4,8 +4,7 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> <PackageReference Include="NPOI" Version="2.7.6" />
<PackageReference Include="NPOI.Excel" Version="2.1.1" />
<PackageReference Include="Spire.XLS" Version="12.7.1" /> <PackageReference Include="Spire.XLS" Version="12.7.1" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup> </ItemGroup>