2019-05-17 21:18:28 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-04-12 06:43:45 +01:00
|
|
|
|
<PropertyGroup>
|
2020-05-21 05:01:35 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-02-10 02:23:32 +00:00
|
|
|
|
<RootNamespace>Marechai.Database</RootNamespace>
|
2018-04-12 06:43:45 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2020-08-05 21:27:49 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.6" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.6">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.1.6" />
|
2020-08-05 21:39:55 +01:00
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.2" />
|
2020-05-21 05:01:35 +01:00
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
2018-08-05 22:39:55 +01:00
|
|
|
|
</ItemGroup>
|
2020-06-11 01:42:58 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Aaru.CommonTypes\Aaru.CommonTypes.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2018-04-12 06:43:45 +01:00
|
|
|
|
</Project>
|