-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Document ef.exe #328
Comments
5 tasks
@ajcvickers was testing this on an x86 OS and found that |
Got to the bottom of it. It's not AnyCPU as it's expected to be. Filed dotnet/efcore#7401 |
Consolidating with #204 |
Reopening since I'm closing #204 without this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It lives in both the
Microsoft.EntityFrameworkCore.Tools
andMicrosoft.EntityFrameworkCore.Tools.DotNet
package. There are three versions of it:tools/net451/ef.exe
.NETFramework
andUAP
tools/net451/ef.x86.exe
tools/netcoreapp1.0/ef.dll
.NETCoreApp
and.NETStandard
To run on .NET Core, use the following. (This is shown in the the verbose output on PMC and
dotnet ef
.)The text was updated successfully, but these errors were encountered: