2025-11-13 02:02:14 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-04-12 06:43:45 +01:00
|
|
|
<PropertyGroup>
|
2025-11-13 02:02:14 +00:00
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2020-02-10 02:23:32 +00:00
|
|
|
<RootNamespace>Marechai.Database</RootNamespace>
|
2018-04-12 06:43:45 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-20 22:35:47 +00:00
|
|
|
<PackageReference Include="Aaru.CommonTypes" Version="5.2.99.3380-alpha" />
|
2025-11-13 02:02:14 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.11" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
|
2020-08-05 21:27:49 +01:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2025-11-13 02:02:14 +00:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.11" />
|
2025-11-13 03:08:48 +00:00
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0" />
|
2020-05-21 05:01:35 +01:00
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
2025-11-13 03:08:48 +00:00
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Json.Microsoft" Version="9.0.0" />
|
2018-08-05 22:39:55 +01:00
|
|
|
</ItemGroup>
|
2018-04-12 06:43:45 +01:00
|
|
|
</Project>
|