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>
|
|
|
|
|
|
<PackageReference Include="Aaru.CommonTypes" Version="6.0.0-alpha8"/>
|
2025-04-27 11:28:51 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0"/>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0"/>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.0"/>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0"/>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0"/>
|
|
|
|
|
|
<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>
|