Connector/Remote Repository

EntityFramework 6.0.1

Entity Framework is Microsoft's recommended data access technology for new applications.
This is a new version of the view package page, introduced in ProGet 5.3. If it's missing any functionality, you can still view the old version.

This package appears to have a custom/proprietary license agreement, and ProGet cannot be automatically determine the license type. You'll need to assign a license type to the URL to allow or block packages with this license.

Usage Instructions

To install EntityFramework from the command line, run the following command:

nuget install EntityFramework -Version 6.0.1 -Source https://nuget.sapec.md/nuget/Sapec/

To install EntityFramework from the Package Manager Console within Visual Studio, run the following command:

Install-Package EntityFramework -Version 6.0.1 -Source https://nuget.sapec.md/nuget/Sapec/

For projects that support PackageReference, copy this XML node into the project file to reference the package.

<PackageReference Include="EntityFramework" Version="6.0.1" />

Description

Entity Framework is Microsoft's recommended data access technology for new applications.