恢复项目目标框架为net48,并将EPPlus版本降级至4.5.3.3

This commit is contained in:
Developer 2025-11-20 14:17:34 +08:00
parent 1dffb81325
commit b3a3381802

View File

@ -2,14 +2,12 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<TargetFramework>net48</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="7.5.2" />
<PackageReference Include="EPPlus" Version="4.5.3.3" />
</ItemGroup>
</Project>