-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcloudscribe.Pagination.Models.csproj
More file actions
29 lines (23 loc) · 1.07 KB
/
cloudscribe.Pagination.Models.csproj
File metadata and controls
29 lines (23 loc) · 1.07 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
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Pagination models</Description>
<Copyright>Source Tree Solutions</Copyright>
<Version>8.5.0</Version>
<Authors>Joe Audette</Authors>
<TargetFramework>net8.0</TargetFramework>
<PackageTags>cloudscribe;pagination;models</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/joeaudette/cloudscribe.Web.Pagination/master/cloudscribe-icon-32.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/joeaudette/cloudscribe.Web.Pagination</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.Web.Pagination.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
</ItemGroup>
</Project>