pgLabII/pgLabII.PgUtils/pgLabII.PgUtils.csproj

15 lines
396 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentResults" />
<PackageReference Include="Npgsql" />
</ItemGroup>
</Project>