Skip to content

Commit

Permalink
Update DynamicExpressions.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
zHaytam committed Nov 14, 2021
1 parent 847a719 commit 6e6f28e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions DynamicExpressions/DynamicExpressions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>DynamicExpressions</AssemblyName>
<RootNamespace>DynamicExpressions</RootNamespace>

<RootNamespace>DynamicExpressions</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>zHaytam</Authors>
<Company>zHaytam</Company>
<Product>DynamicExpressions.NET</Product>
<PackageId>DynamicExpressions.NET</PackageId>
<RepositoryUrl>https://github.com/zHaytam/DynamicExpressions</RepositoryUrl>
<Description>A dynamic expression builder that can be used to dynamically sort and/or filter LINQ/EF queries</Description>
</PropertyGroup>

<Import Project="Nuget.csproj" Condition="Exists('Nuget.csproj')"></Import>
Expand Down

0 comments on commit 6e6f28e

Please sign in to comment.