2019-10-13 15:06:47 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-10-22 21:21:14 -04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-08-13 13:10:15 -04:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-10-22 21:21:14 -04:00
|
|
|
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-08-13 13:10:15 -04:00
|
|
|
|
<PackageReference Include="Bogus" Version="33.0.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.9" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
|
|
|
|
|
<PackageReference Include="PoweredSoft.Data.EntityFrameworkCore" Version="3.0.0" />
|
2019-07-22 18:03:21 -04:00
|
|
|
|
<PackageReference Include="xunit" Version="2.4.1" />
|
2021-08-13 13:10:15 -04:00
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
|
2019-07-22 18:03:21 -04:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2018-10-22 21:21:14 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-04-22 23:07:56 -04:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery.AspNetCore\PoweredSoft.DynamicQuery.AspNetCore.csproj" />
|
2019-10-13 15:06:47 -04:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery.NewtonsoftJson\PoweredSoft.DynamicQuery.NewtonsoftJson.csproj" />
|
2018-10-22 21:21:14 -04:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery\PoweredSoft.DynamicQuery.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|