Ignore:
Timestamp:
10/20/25 16:10:33 (11 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
5aa102d, 9a57e89
Parents:
0b16523
Message:

Implement user management features with database integration

File:
1 edited

Legend:

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

    r0b16523 r2859225  
    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.