EntityFramework 6.5.2 — NuGet Package for .NET
EntityFramework 6.5.2 NuGet package for .NET. Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature…
Authors: Microsoft
Total downloads: 414,352,410
Project URL: http://go.microsoft.com/fwlink/?LinkID=263480
License: MIT
Tags: Microsoft, EntityFramework, EF, Database, Data, O/RM, ADO.NET
Install EntityFramework 6.5.2
.NET CLI
dotnet add package EntityFramework --version 6.5.2
Package Manager Console
Install-Package EntityFramework -Version 6.5.2
PackageReference (csproj)
<PackageReference Include="EntityFramework" Version="6.5.2" />
View full details, downloads chart, dependencies and version history on NuBrowse.