Unable to install dotnet-ef 3.1-preview1 #18723
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
I'm trying to use the dotnet ef tool in my database project for ASP.NET Core.
Installed NuGet packages (project):
When I run a dotnet ef command in my project, I'm getting the following error:
Okay, dotnet-ef is not installed. So let's install it globally (admin cmd):
So the response is basically telling me that the tool is not compatible with netcoreapp3.1 and only supports netcoreapp3.1, which doesn't make any sense.
I picked preview1 since I cannot yet install the preview2 runtime/sdk on my computer.
Further technical details
EF Core version: 3.1.0-preview1.19506.2
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET Core 3.1.0-preview1 (THE ONLY ONE I installed on my fresh installed Windows system, but anyway below a list of all installed runtimes)
Operating system: Windows 10 Home 1903
IDE: Visual Studio 2019 16.4.0 Preview 2.0 (Again no other VS installed)
Installed runtimes:
Is this a bug? Additional info or repository needed?
The text was updated successfully, but these errors were encountered: