pgLabII/pgLabII.PgUtils/pgLabII.PgUtils.csproj

16 lines
396 B
XML
Raw Normal View History

2024-11-24 12:46:21 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2025-08-18 19:41:36 +02:00
<Platforms>AnyCPU;x64</Platforms>
2024-11-24 12:46:21 +01:00
</PropertyGroup>
2025-08-18 19:41:36 +02:00
<ItemGroup>
<PackageReference Include="FluentResults" />
2025-08-18 19:41:36 +02:00
<PackageReference Include="Npgsql" />
</ItemGroup>
2024-11-24 12:46:21 +01:00
</Project>