Organizasyon Tablosu Eklendi.

This commit is contained in:
2025-08-15 00:08:26 +03:00
parent 663784484e
commit 3805d07494
6 changed files with 542 additions and 8 deletions

View File

@@ -9,19 +9,14 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bunifu.UI.WinForms" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.7">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
<ItemGroup>
<Compile Update="FrmAddKullanici.cs">
<SubType>Form</SubType>