$: dotnet tool install --global dotnet-ef --version 3.1.0-preview3.19554.8 $: export DOTNET_ROOT=$HOME/.dotnet
Note that I am using local install of .Net Core 3.1 Preview 3 hence the need to export DOTNET_ROOT.
$: dotnet tool install --global dotnet-ef --version 3.1.0-preview3.19554.8 $: export DOTNET_ROOT=$HOME/.dotnet
#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...
No comments:
Post a Comment