EntityFramework.Commands don't support dotnet5.4 framework #4143
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
The
project.json
ofEntityFramework.Commands
contains"netcore50"
framework (see the lines), but no"dotnet5.4"
, which should exist now (see the announcement).It seems to me that one have to copy the dependencies from existing
"dnxcore50"
property to"dotnet5.4"
and probably to fix some version numbers.Additionally one should consider to include
"dnx451"
in allproject.json
files ofEntityFramework
as the copy of"net451"
for better compatibility. Alternatively one should delete"dnx451"
from theproject.json
ofEntityFramework.Commands
and probably otherproject.json
files ofEntityFramework
The text was updated successfully, but these errors were encountered: