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 7 support in Class library targeting dotnet5.4 #3888

Closed
stevejgordon opened this issue Nov 25, 2015 · 1 comment
Closed

EntityFramework 7 support in Class library targeting dotnet5.4 #3888

stevejgordon opened this issue Nov 25, 2015 · 1 comment

Comments

@stevejgordon
Copy link

I recently created a new Class Library Package where I planned to move my Data Access code away from my MVC web site project. I had this working against the dnx46 and dnxcore50 frameworks in project.json. Note that I had to set those frameworks up as the default for a new Class Library Package is net451 and dotnet5.4

I have since read some guidance that suggests the preferred new naming to use on the frameworks should be net46 and dotnet5.4 so I changed them back. I now get errors stating

The dependancy EntityFramework.Commands 7.0.0-rc1-final in project xxxx does not support framework .NETPlatform,Version=v5.4

Is this correct and if so should I be safe to continue using dnxcore50 and dnx46 which appear to work?

@rowanmiller
Copy link
Contributor

Dupe of #3879

@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

3 participants