furkandeveloper/EasyProfiler

View on GitHub
src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj

Summary

Maintainability
Test Coverage
<Project Sdk="Microsoft.NET.Sdk">

    <Import Project="..\..\common.props" />
    <PropertyGroup>
        <PackageId>EasyProfiler.EntityFrameworkCore</PackageId>
    </PropertyGroup>

    <ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
        <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.10" />
        <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.10" />
    </ItemGroup>

    <ItemGroup>
      <ProjectReference Include="..\EasyProfiler.Core\EasyProfiler.Core.csproj" />
    </ItemGroup>

</Project>