2026-02-01 04:23:12 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" />
|
2026-02-01 06:13:08 -06:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
|
2026-02-01 04:23:12 -06:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|