aspnetrc1 - EntityFramework.InMemory 7.0.0-rc1-final
In memory data store for Entity Framework (to be used for testing purposes).
PM> Install-Package EntityFramework.InMemory -Version 7.0.0-rc1-final -Source https://www.myget.org/F/aspnetrc1/api/v3/index.json
> nuget.exe install EntityFramework.InMemory -Version 7.0.0-rc1-final -Source https://www.myget.org/F/aspnetrc1/api/v3/index.json
> dotnet add package EntityFramework.InMemory --version 7.0.0-rc1-final --source https://www.myget.org/F/aspnetrc1/api/v3/index.json
source https://www.myget.org/F/aspnetrc1/api/v3/index.json
nuget EntityFramework.InMemory ~> 7.0.0-rc1-final
Copy to clipboard
> choco install EntityFramework.InMemory --version 7.0.0-rc1-final --source https://www.myget.org/F/aspnetrc1/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "aspnetrc1" -SourceLocation "https://www.myget.org/F/aspnetrc1/api/v2"
Install-Module -Name "EntityFramework.InMemory" -RequiredVersion "7.0.0-rc1-final" -Repository "aspnetrc1" -AllowPreRelease
Copy to clipboard
OwnersDaniel Roth |
AuthorsMicrosoft |
Project URLhttp://www.asp.net/ |
LicenseMS-EULA |
Info63 total downloads |
| 63 downloads for version 7.0.0-rc1-final |
| Download (83.34 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
7.0.0-rc1-final | 83.34 KB | Tue, 17 Nov 2015 01:30:33 GMT | 63 |
|