Calibre.csproj

24 lines | 923 B Blame History Raw Download
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.10" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.10">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    </PackageReference>
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\Model\Calibre.Model.Database\Calibre.Model.Database.csproj" />
    <ProjectReference Include="..\..\Model\Calibre.Model.Domain\Calibre.Model.Domain.csproj" />
    <ProjectReference Include="..\..\Model\LibraryText\LibraryText.csproj" />
    <ProjectReference Include="..\..\Model\Tools.PdfProvider\Tools.PdfProvider.csproj" />
  </ItemGroup>

</Project>