2018-11-23 02:22:05 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-11-12 19:15:31 -05:00
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2018-11-23 11:46:26 -05:00
|
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
2018-11-23 02:22:05 -05:00
|
|
|
|
<Copyright>Powered Softwares Inc.</Copyright>
|
|
|
|
|
<PackageLicenseUrl>MIT</PackageLicenseUrl>
|
|
|
|
|
<PackageProjectUrl>https://github.com/PoweredSoft/Data</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/PoweredSoft/Data</RepositoryUrl>
|
|
|
|
|
<RepositoryType>github</RepositoryType>
|
|
|
|
|
<PackageTags>powered,soft,orm,db,context,ef,ef6,efcore,factory</PackageTags>
|
2019-11-12 19:40:54 -05:00
|
|
|
|
<Version>2.0.0$(VersionSuffix)</Version>
|
2018-11-23 02:22:05 -05:00
|
|
|
|
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro</PackageIconUrl>
|
2018-11-23 11:46:26 -05:00
|
|
|
|
<Product>PoweredSoft.Data.EntityFrameworkCore</Product>
|
|
|
|
|
<Description>the abstraction implementation for EF Core.</Description>
|
|
|
|
|
<PackageId>PoweredSoft.Data.EntityFrameworkCore</PackageId>
|
2019-02-13 21:01:47 -05:00
|
|
|
|
<PackageReleaseNotes>N/A</PackageReleaseNotes>
|
2018-11-23 11:46:26 -05:00
|
|
|
|
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
2019-02-13 21:01:47 -05:00
|
|
|
|
<Company>PoweredSoft</Company>
|
|
|
|
|
<Authors>David Lebee</Authors>
|
2018-11-23 02:22:05 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-11-12 19:15:31 -05:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
|
2018-11-23 02:22:05 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PoweredSoft.Data.Core\PoweredSoft.Data.Core.csproj" />
|
2019-02-13 21:01:47 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.Data\PoweredSoft.Data.csproj" />
|
2018-11-23 02:22:05 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|