webapicontrib - EntityFramework 5.0.0

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

PM> Install-Package EntityFramework -Version 5.0.0 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json

Copy to clipboard

> nuget.exe install EntityFramework -Version 5.0.0 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json

Copy to clipboard

> dotnet add package EntityFramework --version 5.0.0 --source https://www.myget.org/F/webapicontrib/api/v3/index.json

Copy to clipboard
<PackageReference Include="EntityFramework" Version="5.0.0" />
Copy to clipboard
source https://www.myget.org/F/webapicontrib/api/v3/index.json

nuget EntityFramework  ~> 5.0.0
Copy to clipboard

> choco install EntityFramework --version 5.0.0 --source https://www.myget.org/F/webapicontrib/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "webapicontrib" -SourceLocation "https://www.myget.org/F/webapicontrib/api/v2"
Install-Module -Name "EntityFramework" -RequiredVersion "5.0.0" -Repository "webapicontrib" 
Copy to clipboard

  • .NETFramework 4.0: 4.0.0.0
  • .NETFramework 4.5: 4.5.0.0

Owners

Chris Missal

Authors

Microsoft

Project URL

http://go.microsoft.com/fwlink/?LinkId=253891&clcid=0x409

License

Unknown

Info

34 total downloads
34 downloads for version 5.0.0
Download (1.06 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
5.0.0 1.06 MB Wed, 31 Dec 2014 17:43:01 GMT 34