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
> nuget.exe install EntityFramework -Version 5.0.0 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> dotnet add package EntityFramework --version 5.0.0 --source https://www.myget.org/F/webapicontrib/api/v3/index.json
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
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
OwnersChris Missal |
AuthorsMicrosoft |
Project URLhttp://go.microsoft.com/fwlink/?LinkId=253891&clcid=0x409 |
LicenseUnknown |
Info34 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 |
|