2018-02-20 22:21:23 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2018-02-14 00:09:58 -05:00
|
|
|
<PropertyGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-10-25 22:12:59 -04:00
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
2018-02-22 18:49:38 -05:00
|
|
|
<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>
|
2018-10-25 22:12:59 -04:00
|
|
|
<Version>1.1.6</Version>
|
|
|
|
<AssemblyVersion>1.1.6.0</AssemblyVersion>
|
|
|
|
<FileVersion>1.1.6.0</FileVersion>
|
2018-02-14 00:09:58 -05:00
|
|
|
</PropertyGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
|
2018-02-14 00:09:58 -05:00
|
|
|
<ItemGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
<PackageReference Include="EntityFramework" Version="6.2.0" />
|
2018-02-14 00:09:58 -05:00
|
|
|
</ItemGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
|
2018-02-14 00:09:58 -05:00
|
|
|
<ItemGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicLinq\PoweredSoft.DynamicLinq.csproj" />
|
2018-02-14 00:09:58 -05:00
|
|
|
</ItemGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
|
2018-02-14 00:09:58 -05:00
|
|
|
<ItemGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
<Folder Include="Properties\" />
|
2018-02-14 00:09:58 -05:00
|
|
|
</ItemGroup>
|
2018-02-20 22:21:23 -05:00
|
|
|
|
|
|
|
</Project>
|