CLI Tools: Add --runtime #8479
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
I have a project with csproj containing
as Win10 is my main dev machine.
When the project source is downloaded on Ubuntu machine, the build process succeeds using this command:
but then
fails with this message:
If RuntimeIdentifier is changed to ubuntu.14.04-x64 in csproj file:
dotnet ef database update command succeeds. This requires everyone who wants to build the project and generate database to rewrite csproj file. There is no --runtime argument with dotnet ef database update that one could use to overwrite this on command line.
The text was updated successfully, but these errors were encountered: