-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EntityFramework beta5 / NuGet Public #2617
Comments
Beta5 is on NuGet.org, but the EntityFramework package is no longer in use, reference the provider package that you want to use, for example
https://www.nuget.org/packages/EntityFramework.SqlServer/7.0.0-beta5 |
@ErikEJ Thanks for this information, makes sense! Most of my framework components are being designed as provider-agnostic, so I can take dependencies on sub-packages like Thanks for your help! |
Is the beta5 available for sqlite on NuGet? I can only find a beta1 version (https://www.nuget.org/packages/EntityFramework.SQLite/). Thanks! |
Beta5 is not available on Nuget yet. We hope it will be soon. Until then, you can try using the nightly builds of SQLite. |
Just to clarify - Beta 5 in general is available but we did not publish the SQLite provider as part of Beta 5. Our plan is to ship it as part of Beta 6 which will release shortly. |
Thanks guys, can't wait to try it out. |
Hi Devs,
Do you know when beta5 will make its way to the public NuGet feed? I don't want to depend on nightly builds (beta6+ stuff), and from what I can see only beta4 has reached the public NuGet feed
https://github.com/aspnet/EntityFramework/releases/tag/7.0.0-beta5
https://www.nuget.org/packages/EntityFramework/7.0.0-beta4
Unfortunately beta4 still has a dependency on
Microsoft.Framework.DependencyInjection.Interfaces
which has since been renamed toAbstractions
so I can't mix framework beta5 bits with EF7 beta4.The text was updated successfully, but these errors were encountered: