恢复项目目标框架为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> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework> <TargetFramework>net48</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="EPPlus" Version="7.5.2" /> <PackageReference Include="EPPlus" Version="4.5.3.3" />
</ItemGroup> </ItemGroup>
</Project> </Project>