-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathromaklayt.DynamicFilter.Test.Api.csproj
More file actions
26 lines (22 loc) · 1.29 KB
/
romaklayt.DynamicFilter.Test.Api.csproj
File metadata and controls
26 lines (22 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Description>Test api for romaklayt.DynamicFilter</Description>
<Copyright>romaklayt</Copyright>
<Authors>Roman Kolyago</Authors>
<PackageProjectUrl>https://github.com/romaklayt/DynamicFilter</PackageProjectUrl>
<PackageTags>odata, orm, webapi, filter, dynamic, LINQ, query</PackageTags>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\romaklayt.DynamicFilter.Binder.Net\romaklayt.DynamicFilter.Binder.Net.csproj"/>
<ProjectReference Include="..\..\src\romaklayt.DynamicFilter.Extensions.EntityFrameworkCore\romaklayt.DynamicFilter.Extensions.EntityFrameworkCore.csproj"/>
<ProjectReference Include="..\..\src\romaklayt.DynamicFilter.Parser\romaklayt.DynamicFilter.Parser.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="14.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.2"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.0.1"/>
</ItemGroup>
</Project>