Commit d4d0540 1 parent ce4790f commit d4d0540 Copy full SHA for d4d0540
File tree 1 file changed +39
-0
lines changed
src/X.Extensions.PagedList.EF
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <Title >X.PagedList.EF</Title >
5
+ <Description >EF extensions for X.PagedList library</Description >
6
+
7
+ <LangVersion >default</LangVersion >
8
+ <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
9
+
10
+ <PackageTags >paging pagedlist paged list entity framework ef</PackageTags >
11
+
12
+ <RootNamespace >X.PagedList.EF</RootNamespace >
13
+ </PropertyGroup >
14
+
15
+ <ItemGroup >
16
+ <None Include =" README.md" Pack =" true" PackagePath =" " />
17
+ </ItemGroup >
18
+
19
+ <ItemGroup >
20
+ <None Include =" ../../LICENSE.md" Pack =" true" PackagePath =" " />
21
+ </ItemGroup >
22
+
23
+ <ItemGroup >
24
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2024.2.0" PrivateAssets =" all" />
25
+ </ItemGroup >
26
+
27
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
28
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" [7.0.20,8)" />
29
+ </ItemGroup >
30
+
31
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
32
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.7" />
33
+ </ItemGroup >
34
+
35
+ <ItemGroup >
36
+ <ProjectReference Include =" ..\X.PagedList\X.PagedList.csproj" />
37
+ </ItemGroup >
38
+
39
+ </Project >
You can’t perform that action at this time.
0 commit comments