Files
uuuu/demo26052026/demo26052026.csproj
T
2026-05-31 22:15:06 +03:00

13 lines
308 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.8" />
</ItemGroup>
</Project>