2024-05-03 22:18:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-04-27 11:28:51 +01:00
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2024-05-03 22:18:49 +01:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-04-27 12:01:17 +01:00
|
|
|
|
<PackageReference Include="Aaru.CommonTypes" Version="6.0.0-alpha10"/>
|
2025-04-27 11:28:51 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0"/>
|
2025-04-27 12:14:19 +01:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.4">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.4"/>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.4"/>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.4"/>
|
2025-04-27 11:28:51 +01:00
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0-preview.3.efcore.9.0.0"/>
|
2024-05-03 22:18:49 +01:00
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Design" Version="1.1.2"/>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|