2019-05-17 21:18:28 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-04-12 06:43:45 +01:00
|
|
|
|
<PropertyGroup>
|
2020-12-19 22:01:44 +00:00
|
|
|
|
<TargetFramework>net5.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" />
|
2020-12-20 16:12:51 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.1" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.1">
|
2020-08-05 21:27:49 +01:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
2020-12-20 16:12:51 +00:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.1" />
|
|
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0-alpha.2" />
|
2020-05-21 05:01:35 +01:00
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
2020-12-20 16:12:51 +00:00
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql.Json.Microsoft" Version="5.0.0-alpha.2" />
|
2018-08-05 22:39:55 +01:00
|
|
|
|
</ItemGroup>
|
2018-04-12 06:43:45 +01:00
|
|
|
|
</Project>
|