they are now nugget packages :D
This commit is contained in:
parent
8396e24305
commit
5ce208690c
@ -2,6 +2,14 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Authors>David Lebee</Authors>
|
||||
<Company>Powered Software Inc.</Company>
|
||||
<Product>Entity Framework extensions for Dynamic Linq of PoweredSoft</Product>
|
||||
<RepositoryType>github</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
||||
<PackageTags>entity framework ef dynamic linq</PackageTags>
|
||||
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicLinq</PackageProjectUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -2,6 +2,15 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Company>Powered Softwares Inc.</Company>
|
||||
<Authors>David Lebée</Authors>
|
||||
<Copyright></Copyright>
|
||||
<Product>DynamicLinq by PoweredSoft</Product>
|
||||
<Description>Allows uers to make dynamic query over a IQueryable<T></Description>
|
||||
<RepositoryUrl>https://github.com/PoweredSoft/DynamicLinq</RepositoryUrl>
|
||||
<RepositoryType>github</RepositoryType>
|
||||
<PackageTags>dynamic linq queryable</PackageTags>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user