OpenRiaServices.EntityFramework.EF4 by Outercurve RIA Services

<PackageReference Include="OpenRiaServices.EntityFramework.EF4" Version="4.4.0.3" />

 OpenRiaServices.EntityFramework.EF4 4.4.0.3

OpenRiaServices.EntityFramework provides the LinqToEntitiesDomainService<T> class which can be used to create Domain Service classes for use with an ObjectContext using older versions of Entity Framework. This package supports versions of EntityFramework less than 6. If you are using ObjectContext with EF 6 use the OpenRiaServices.EntityFramework package instead.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>OpenRiaServices.EntityFramework.EF4</id>
    <version>4.4.0.3</version>
    <title>Open RIA Services support for ObjectContext</title>
    <authors>Outercurve RIA Services</authors>
    <owners>Outercurve RIA Services</owners>
    <licenseUrl>http://openriaservices.codeplex.com/license</licenseUrl>
    <projectUrl>http://www.openriaservices.net/</projectUrl>
    <iconUrl>https://nugetgallery.blob.core.windows.net/icons/OpenRiaServices.EntityFramework.EF4.4.3.0-alpha1.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>OpenRiaServices.EntityFramework provides the LinqToEntitiesDomainService&lt;T&gt; class which can be used to create Domain Service classes for use with an ObjectContext using older versions of Entity Framework.

      This package supports versions of EntityFramework less than 6. If you are using ObjectContext with EF 6 use the OpenRiaServices.EntityFramework package instead.</description>
    <summary>OpenRiaServices.EntityFramework provides the LinqToEntitiesDomainService&lt;T&gt; class which can be used to create Domain Service classes for use with an ObjectContext using older versions of Entity Framework.

      This package supports versions of EntityFramework less than 6. If you are using ObjectContext with EF 6 use the OpenRiaServices.EntityFramework package instead.</summary>
    <releaseNotes />
    <copyright>2015 Outercurve Foundation</copyright>
    <tags>WCF RIA Services RIAServices EntityFramework CodeFirst OpenRIAServices ObjectContext</tags>
    <dependencies>
      <dependency id="OpenRiaServices.Server" version="4.4.0.0" />
    </dependencies>
  </metadata>
</package>