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

17 lines
436 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.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.1.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiscImageChef.Database\DiscImageChef.Database.csproj" />
</ItemGroup>
</Project>