2026-02-01 04:23:12 -06:00
|
|
|
<Project>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2026-02-02 06:32:14 -06:00
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.2" />
|
2026-02-01 04:23:12 -06:00
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
|
2026-02-01 06:13:08 -06:00
|
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2">
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageVersion>
|
|
|
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.2" />
|
2026-02-02 04:47:32 -06:00
|
|
|
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.2" />
|
2026-02-01 04:23:12 -06:00
|
|
|
</ItemGroup>
|
2026-02-01 06:13:08 -06:00
|
|
|
</Project>
|