Skip to content
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

Closed
Antaris opened this issue Jul 14, 2015 · 6 comments
Closed

EntityFramework beta5 / NuGet Public #2617

Antaris opened this issue Jul 14, 2015 · 6 comments

Comments

@Antaris
Copy link

Antaris commented Jul 14, 2015

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 to Abstractions so I can't mix framework beta5 bits with EF7 beta4.

@ErikEJ
Copy link
Contributor

ErikEJ commented Jul 14, 2015

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

EntityFramework.SqlServer -Pre

https://www.nuget.org/packages/EntityFramework.SqlServer/7.0.0-beta5

@Antaris
Copy link
Author

Antaris commented Jul 14, 2015

@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 EntityFramework.Core etc, and just have the host dependant on the provider-specific package.

Thanks for your help!

@Antaris Antaris closed this as completed Jul 14, 2015
@ryanwinter
Copy link

Is the beta5 available for sqlite on NuGet? I can only find a beta1 version (https://www.nuget.org/packages/EntityFramework.SQLite/).

Thanks!

@natemcmaster
Copy link
Contributor

Beta5 is not available on Nuget yet. We hope it will be soon. Until then, you can try using the nightly builds of SQLite.

@rowanmiller
Copy link
Contributor

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.

@ryanwinter
Copy link

Thanks guys, can't wait to try it out.

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants