|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net8.0</TargetFramework> |
5 | | - <RootNamespace>goatquery-dotnet</RootNamespace> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - <Nullable>enable</Nullable> |
8 | | - |
9 | | - <PackageId>GoatQuery</PackageId> |
10 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
11 | | - <PackageProjectUrl>https://github.com/goatquery</PackageProjectUrl> |
12 | | - <RepositoryUrl>https://github.com/goatquery/goatquery-dotnet</RepositoryUrl> |
13 | | - <RepositoryType>git</RepositoryType> |
14 | | - <Description>.NET Library to support paging, ordering, filtering, searching and selecting in REST APIs.</Description> |
15 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
16 | | - </PropertyGroup> |
17 | | - |
18 | | - <ItemGroup> |
19 | | - <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
20 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
21 | | - <PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.7" /> |
22 | | - </ItemGroup> |
23 | | - |
24 | | - <ItemGroup> |
25 | | - <None Include="../README.md" Pack="true" PackagePath="\"/> |
26 | | - </ItemGroup> |
27 | | - |
28 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
| 5 | + <RootNamespace>goatquery-dotnet</RootNamespace> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <Nullable>enable</Nullable> |
| 8 | + |
| 9 | + <PackageId>GoatQuery</PackageId> |
| 10 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 11 | + <PackageProjectUrl>https://github.com/goatquery</PackageProjectUrl> |
| 12 | + <RepositoryUrl>https://github.com/goatquery/goatquery-dotnet</RepositoryUrl> |
| 13 | + <RepositoryType>git</RepositoryType> |
| 14 | + <Description>.NET Library to support paging, ordering, filtering, searching and selecting in REST APIs.</Description> |
| 15 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 16 | + </PropertyGroup> |
| 17 | + |
| 18 | + <ItemGroup> |
| 19 | + <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
| 20 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
| 21 | + <PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.8" /> |
| 22 | + </ItemGroup> |
| 23 | + |
| 24 | + <ItemGroup> |
| 25 | + <None Include="../README.md" Pack="true" PackagePath="\"/> |
| 26 | + </ItemGroup> |
| 27 | + |
| 28 | +</Project> |
0 commit comments