|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>netcoreapp3.1</TargetFramework> |
5 |
| - <IsPackable>false</IsPackable> |
6 |
| - <Version>1.3.0</Version> |
7 |
| - <Authors>Rafael Carvalho</Authors> |
8 |
| - <PackageProjectUrl>https://github.com/rpaschoal/DynamicRepository</PackageProjectUrl> |
9 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netcoreapp3.1</TargetFramework> |
| 5 | + <IsPackable>false</IsPackable> |
| 6 | + <Version>1.3.0</Version> |
| 7 | + <Authors>Rafael Carvalho</Authors> |
| 8 | + <PackageProjectUrl>https://github.com/rpaschoal/DynamicRepository</PackageProjectUrl> |
| 9 | + </PropertyGroup> |
10 | 10 |
|
11 |
| - <ItemGroup> |
12 |
| - <PackageReference Include="FluentAssertions" Version="5.10.3" /> |
13 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" /> |
14 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.3" /> |
15 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" /> |
16 |
| - <PackageReference Include="Moq" Version="4.13.1" /> |
17 |
| - <PackageReference Include="xunit" Version="2.4.1" /> |
18 |
| - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1"> |
19 |
| - <PrivateAssets>all</PrivateAssets> |
20 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
21 |
| - </PackageReference> |
| 11 | + <ItemGroup> |
| 12 | + <PackageReference Include="FluentAssertions" Version="5.10.3" /> |
| 13 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" /> |
| 14 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.3" /> |
| 15 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" /> |
| 16 | + <PackageReference Include="Moq" Version="4.13.1" /> |
| 17 | + <PackageReference Include="xunit" Version="2.4.1" /> |
| 18 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1"> |
| 19 | + <PrivateAssets>all</PrivateAssets> |
| 20 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 21 | + </PackageReference> |
22 | 22 |
|
23 |
| - </ItemGroup> |
| 23 | + </ItemGroup> |
24 | 24 |
|
25 |
| - <ItemGroup> |
26 |
| - <ProjectReference Include="..\DynamicRepository.EFCore\DynamicRepository.EFCore.csproj" /> |
27 |
| - <ProjectReference Include="..\DynamicRepository.MongoDB\DynamicRepository.MongoDB.csproj" /> |
28 |
| - <ProjectReference Include="..\DynamicRepository\DynamicRepository.csproj" /> |
29 |
| - </ItemGroup> |
| 25 | + <ItemGroup> |
| 26 | + <PackageReference Include="LinqKit.Core" Version="1.1.17" /> |
| 27 | + <PackageReference Include="Polly" Version="7.2.0" /> |
| 28 | + <PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.22" /> |
| 29 | + </ItemGroup> |
| 30 | + |
| 31 | + <ItemGroup> |
| 32 | + <ProjectReference Include="..\DynamicRepository.EFCore\DynamicRepository.EFCore.csproj" /> |
| 33 | + <ProjectReference Include="..\DynamicRepository.MongoDB\DynamicRepository.MongoDB.csproj" /> |
| 34 | + <ProjectReference Include="..\DynamicRepository\DynamicRepository.csproj" /> |
| 35 | + </ItemGroup> |
30 | 36 |
|
31 | 37 | </Project>
|
0 commit comments