GPack.Rep.EntityFramework 0.0.1
Generic repository for EntityFramework ORM
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>GPack.Rep.EntityFramework</id>
<version>0.0.1</version>
<title>GPack.Rep.EntityFramework</title>
<authors>d2funlife</authors>
<owners>d2funlife</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/d2funlife/GPack/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/d2funlife/gpack</projectUrl>
<iconUrl>https://raw.githubusercontent.com/d2funlife/GPack/master/media/box.png</iconUrl>
<description>Generic repository for EntityFramework ORM</description>
<tags>ef, entityframework, repository</tags>
<repository type="git" url="https://github.com/d2funlife/GPack.git" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="GPack.Containers" version="0.0.1" exclude="Build,Analyzers" />
<dependency id="GPack.Rep.Core" version="0.0.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.EntityFrameworkCore" version="2.1.4" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>