Files
Aaru/Aaru.EntityFramework/Aaru.EntityFramework.csproj

17 lines
418 B
XML
Raw Normal View History

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