You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: