This commit is contained in:
2026-03-15 06:47:59 +00:00
commit 2ec86ba9af
6 changed files with 246 additions and 0 deletions

14
kulupu.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="10.0.1" />
</ItemGroup>
</Project>