Ignore:
Timestamp:
10/20/25 16:10:33 (11 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
9694de9, c0a75ab
Parents:
c11d3a3
Message:

Implement user management features with database integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/iknow-api.csproj

    rc11d3a3 r618be76  
    1010  <ItemGroup>
    1111    <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
     12    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
     13      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
     14      <PrivateAssets>all</PrivateAssets>
     15    </PackageReference>
     16    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
    1217  </ItemGroup>
    1318
Note: See TracChangeset for help on using the changeset viewer.