diff --git a/sample/AutoQueryApiDemo/AutoQueryApiDemo.csproj b/sample/AutoQueryApiDemo/AutoQueryApiDemo.csproj index 53bcb94..24eeab2 100644 --- a/sample/AutoQueryApiDemo/AutoQueryApiDemo.csproj +++ b/sample/AutoQueryApiDemo/AutoQueryApiDemo.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - false + false diff --git a/sample/AutoQueryDemo/AutoQueryDemo.csproj b/sample/AutoQueryDemo/AutoQueryDemo.csproj index a5fe224..bd5b982 100644 --- a/sample/AutoQueryDemo/AutoQueryDemo.csproj +++ b/sample/AutoQueryDemo/AutoQueryDemo.csproj @@ -5,7 +5,7 @@ net8.0 enable enable - false + false diff --git a/src/AutoQuery.AspNetCore/AutoQuery.AspNetCore.csproj b/src/AutoQuery.AspNetCore/AutoQuery.AspNetCore.csproj index 18b6102..aa91088 100644 --- a/src/AutoQuery.AspNetCore/AutoQuery.AspNetCore.csproj +++ b/src/AutoQuery.AspNetCore/AutoQuery.AspNetCore.csproj @@ -8,25 +8,30 @@ AutoQuery.AspNetCore - AutoQuery.AspNetCore - $(Version) - Willy - Willy - © Willy Wang. - aspnetcore;query;filtering;pagination;middleware - AutoQuery.AspNetCore extends AutoQuery with seamless integration into ASP.NET Core applications. It enables dynamic query processing, filtering, and pagination with minimal configuration, enhancing API flexibility and performance. - https://github.com/willysoft/AutoQuery - $(PackageProjectUrl) - git - true - ..\..\opensource.snk - true - README.md - LICENSE + AutoQuery.AspNetCore + $(Version) + Willy + Willy + © Willy Wang. + aspnetcore;query;filtering;pagination;middleware + AutoQuery.AspNetCore extends AutoQuery with seamless integration into ASP.NET Core applications. It enables dynamic query processing, filtering, and pagination with minimal configuration, enhancing API flexibility and performance. + https://github.com/willysoft/AutoQuery + $(PackageProjectUrl) + git + true + ..\..\opensource.snk + true + README.md + LICENSE + true + snupkg + true + true + diff --git a/src/AutoQuery/AutoQuery.csproj b/src/AutoQuery/AutoQuery.csproj index b91a369..f2e0c28 100644 --- a/src/AutoQuery/AutoQuery.csproj +++ b/src/AutoQuery/AutoQuery.csproj @@ -13,9 +13,9 @@ Willy Willy © Willy Wang. - query;filtering;pagination;expression-trees - AutoQuery is a library for building dynamic queries, filtering, and pagination using expression trees. It provides a flexible and extensible way to handle complex query scenarios in .NET applications. - https://github.com/willysoft/AutoQuery + query;filtering;pagination;expression-trees + AutoQuery is a library for building dynamic queries, filtering, and pagination using expression trees. It provides a flexible and extensible way to handle complex query scenarios in .NET applications. + https://github.com/willysoft/AutoQuery $(PackageProjectUrl) git true @@ -23,12 +23,20 @@ true README.md LICENSE + true + snupkg + true + true + + + + diff --git a/test/AutoQuery.AspNetCore.Tests/AutoQuery.AspNetCore.Tests.csproj b/test/AutoQuery.AspNetCore.Tests/AutoQuery.AspNetCore.Tests.csproj index b414534..2eeb0a1 100644 --- a/test/AutoQuery.AspNetCore.Tests/AutoQuery.AspNetCore.Tests.csproj +++ b/test/AutoQuery.AspNetCore.Tests/AutoQuery.AspNetCore.Tests.csproj @@ -14,10 +14,10 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/AutoQuery.Tests/AutoQuery.Tests.csproj b/test/AutoQuery.Tests/AutoQuery.Tests.csproj index 0a8edec..f309ace 100644 --- a/test/AutoQuery.Tests/AutoQuery.Tests.csproj +++ b/test/AutoQuery.Tests/AutoQuery.Tests.csproj @@ -13,11 +13,11 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +