11<?xml version =" 1.0" encoding =" utf-8" standalone =" yes" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
3- <PropertyGroup >
4- <Title >SqlKata The C# Sql Query Builder</Title >
5- <Description >A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird</Description >
6- <Authors >Ahmad Moussawi</Authors >
7- <Copyright >Copyright (c) 2017 Ahmad Moussawi</Copyright >
8- <TargetFrameworks >netstandard2.0</TargetFrameworks >
9- <RootNamespace >SqlKata</RootNamespace >
10- <AssemblyName >SqlKata</AssemblyName >
11-
12- <!-- NuGet settings -->
13- <PackageId >SqlKata</PackageId >
14- <PackageTags >sql;query-builder;dynamic-query</PackageTags >
15- <PackageReleaseNotes >https://github.com/sqlkata/querybuilder</PackageReleaseNotes >
16- <PackageProjectUrl >https://github.com/sqlkata/querybuilder</PackageProjectUrl >
17- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
18- <PackageLicenseExpression >MIT</PackageLicenseExpression >
19- <RepositoryType >git</RepositoryType >
20- <RepositoryUrl >https://github.com/sqlkata/querybuilder</RepositoryUrl >
21-
22- <!-- SourceLink settings -->
23- <PublishRepositoryUrl >true</PublishRepositoryUrl >
24- <EmbedUntrackedSources >true</EmbedUntrackedSources >
25- <NoWarn >CS1591</NoWarn >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'" >
28- <DocumentationFile >bin\Debug\netstandard2.0\SqlKata.xml</DocumentationFile >
29- </PropertyGroup >
30- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
31- <DocumentationFile >bin\Release\netstandard2.0\SqlKata.xml</DocumentationFile >
32- </PropertyGroup >
33- <ItemGroup >
34- <PackageReference Include =" System.Collections.Concurrent" Version =" 4.3.0" />
35- </ItemGroup >
36- </Project >
3+ <PropertyGroup >
4+ <Title >SqlKata</Title >
5+ <Description >A powerful Dynamic Sql Query Builder supporting SQL Server, MySql, PostgreSql, Sqlite, and Oracle</Description >
6+ <Authors >Ahmad Moussawi</Authors >
7+ <Copyright >Copyright (c) 2017 Ahmad Moussawi</Copyright >
8+ <TargetFramework >net8.0</TargetFramework >
9+ <RootNamespace >SqlKata</RootNamespace >
10+ <AssemblyName >SqlKata.Core</AssemblyName >
11+ <!-- NuGet settings -->
12+ <PackageId >SqlKata</PackageId >
13+ <PackageTags >sql;query-builder;dynamic-query</PackageTags >
14+ <PackageReleaseNotes >https://github.com/sqlkata/querybuilder</PackageReleaseNotes >
15+ <PackageProjectUrl >https://github.com/sqlkata/querybuilder</PackageProjectUrl >
16+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
17+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
18+ <RepositoryType >git</RepositoryType >
19+ <RepositoryUrl >https://github.com/sqlkata/querybuilder</RepositoryUrl >
20+ <!-- SourceLink settings -->
21+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
22+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
23+ <NoWarn >CS1591</NoWarn >
24+ </PropertyGroup >
25+ </Project >
0 commit comments