phronCare/Transversal/Transversal.csproj

14 lines
297 B
XML
Raw Normal View History

2025-01-24 19:17:26 -03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="7.5.2" />
</ItemGroup>
</Project>