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-04-17 22:51:27 -04:00
|
|
|
<GeneratePackageOnBuild>false</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-04-17 22:51:27 -04:00
|
|
|
<Version>1.1.2</Version>
|
2018-03-14 20:49:11 -04:00
|
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
|
|
<FileVersion>1.1.0.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>
|