phronCare/Transversal/Transversal.csproj

19 lines
452 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>
2025-05-18 03:21:48 -03:00
<PackageReference Include="EPPlus" Version="7.7.2" />
2025-05-14 18:16:31 -03:00
<PackageReference Include="PuppeteerSharp" Version="6.0.0" />
2025-01-24 19:17:26 -03:00
</ItemGroup>
2025-07-14 16:16:05 -03:00
<ItemGroup>
<ProjectReference Include="..\Domain\Domain.csproj" />
</ItemGroup>
2025-01-24 19:17:26 -03:00
</Project>