2018-12-21 03:17:35 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-11-26 23:16:54 +00:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-10-25 23:20:16 +01:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2018-11-26 23:16:54 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-09-19 15:02:21 +01:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.6" />
|
2018-11-26 23:16:54 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-02-26 19:19:26 +00:00
|
|
|
|
<ProjectReference Include="..\Aaru.Database\Aaru.Database.csproj" />
|
2018-11-26 23:16:54 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|