2025-11-13 02:02:14 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-04-12 06:43:45 +01:00
|
|
|
<PropertyGroup>
|
2025-11-14 15:12:15 +00:00
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2020-02-10 02:23:32 +00:00
|
|
|
<RootNamespace>Marechai.Database</RootNamespace>
|
2018-04-12 06:43:45 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2025-11-13 04:25:11 +00:00
|
|
|
<PackageReference Include="Aaru.CommonTypes"/>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore"/>
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
|
2020-08-05 21:27:49 +01:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2025-11-13 04:25:11 +00:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies"/>
|
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql"/>
|
2025-11-13 04:05:35 +00:00
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
|
2025-11-13 04:25:11 +00:00
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Json.Microsoft"/>
|
2018-08-05 22:39:55 +01:00
|
|
|
</ItemGroup>
|
2025-11-14 16:31:35 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Marechai.Data\Marechai.Data.csproj"/>
|
|
|
|
|
</ItemGroup>
|
2018-04-12 06:43:45 +01:00
|
|
|
</Project>
|