phronCare/Transversal/Transversal.csproj

15 lines
363 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="8.0.4" />
<PackageReference Include="PuppeteerSharp" Version="6.0.0" />
</ItemGroup>
</Project>