COP/ExcelComponents/ExcelComponents.csproj

15 lines
333 B
XML
Raw Normal View History

2024-07-29 20:21:07 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="6.2.9" />
</ItemGroup>
</Project>