-
Notifications
You must be signed in to change notification settings - Fork 3.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
Upgrade to .Net Core 3.0 - dotnet ef is missing #18282
Labels
Comments
From @scalablecory on Tuesday, October 8, 2019 6:09:15 PM |
I'm having this same issue as I'm trying to add this to my ,NET Core 3.0/2.2 apps - see #18276 |
You can also use a {
"sdk": {
"version": "2.2.402"
}
} |
(The 2.2 SDK includes |
Thank you @bricelam - seems to be working for my builds! |
ajcvickers
added
the
closed-no-further-action
The issue is closed and no further action is planned.
label
Oct 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
From @ckruegerkpmg on Tuesday, October 8, 2019 8:38:52 AM
After Upgrades to .Net Core 3.0 dotnet ef is missing
General
After upgrading Visual Studio 2019 from 16.0/16.1/16.2 to 16.3 .Net Core get's upgraded to 16.3
All Projects that are useing Entitfy Framework are failing.
This helps: dotnet tool install --global dotnet-ef
BUT
global didn't install dotnet-ef for the machine globally, only for the user account.
A build Agent typically doesn't run in the same identity than the user that is installing Visual Studio.
It's very annoing that .Net Core 3 installation prevent building .Net Core 2.x Code in it's default installation.
Copied from original issue: dotnet/core#3570
The text was updated successfully, but these errors were encountered: