1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
- <Description >Helper for use the PrimeNG table load lazy filter in backend use LINQ to Entity</Description >
6
- <Authors >Weerayut Hongsa </Authors >
7
- <Company >Kusumoto Lab </Company >
8
- <PackageProjectUrl >https://github.com/Kusumoto /PrimeNG.TableFilter</PackageProjectUrl >
9
- <RepositoryUrl >https://github.com/Kusumoto /PrimeNG.TableFilter</RepositoryUrl >
10
- <Version >2.1.4</Version >
11
- <PackageVersion >2.1.4</PackageVersion >
12
- <TargetFrameworks >net462;netstandard2.1;net5.0;net6.0;net7.0</TargetFrameworks >
13
- <CheckEolTargetFramework >false</CheckEolTargetFramework >
14
- <PackageLicenseFile >LICENSE.md</PackageLicenseFile >
15
- <AssemblyVersion >2.1.4</AssemblyVersion >
16
- <FileVersion >2.1.4</FileVersion >
17
- <Copyright >2023 Copyright by Weerayut Hongsa </Copyright >
18
- </PropertyGroup >
19
- <ItemGroup >
20
- <Folder Include =" Models\" />
21
- <Folder Include =" Utils\" />
22
- </ItemGroup >
23
- <ItemGroup >
24
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
25
- <PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.3.0" />
26
- </ItemGroup >
27
- <ItemGroup >
28
- <None Include =" ..\LICENSE.md" >
29
- <Pack >True</Pack >
30
- <PackagePath ></PackagePath >
31
- </None >
32
- </ItemGroup >
33
- </Project >
3
+ <PropertyGroup >
4
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
+ <Description >Helper for use the PrimeNG table load lazy filter in backend use LINQ to Entity</Description >
6
+ <Authors >Karthikkumar Subramaniam </Authors >
7
+ <Company >bright dot </Company >
8
+ <PackageProjectUrl >https://github.com/karthiksubramaniam /PrimeNG.TableFilter</PackageProjectUrl >
9
+ <RepositoryUrl >https://github.com/karthiksubramaniam /PrimeNG.TableFilter</RepositoryUrl >
10
+ <Version >2.1.4</Version >
11
+ <PackageVersion >2.1.4</PackageVersion >
12
+ <TargetFrameworks >net462;netstandard2.1;net5.0;net6.0;net7.0</TargetFrameworks >
13
+ <CheckEolTargetFramework >false</CheckEolTargetFramework >
14
+ <PackageLicenseFile >LICENSE.md</PackageLicenseFile >
15
+ <AssemblyVersion >2.1.4</AssemblyVersion >
16
+ <FileVersion >2.1.4</FileVersion >
17
+ <Copyright >2023 Copyright by Karthikkumar Subramaniam </Copyright >
18
+ </PropertyGroup >
19
+ <ItemGroup >
20
+ <Folder Include =" Models\" />
21
+ <Folder Include =" Utils\" />
22
+ </ItemGroup >
23
+ <ItemGroup >
24
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
25
+ <PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.3.0" />
26
+ </ItemGroup >
27
+ <ItemGroup >
28
+ <None Include =" ..\LICENSE.md" >
29
+ <Pack >True</Pack >
30
+ <PackagePath ></PackagePath >
31
+ </None >
32
+ </ItemGroup >
33
+ </Project >
0 commit comments