C#C
C#3y ago
Naarfy

✅ finding dotnet 8.0.0-rc.1.23419.4 ?

Hi. I'm trying to get dotnet-ef working with dotnet preview 8.0 It seems that it supports rc 1.23419.4 here https://www.nuget.org/packages/dotnet-ef/8.0.0-rc.1.23419.6#supportedframeworks-body-tab

But I can't find it anywhere. Here is my log

dotnet ef
You must install or update .NET to run this application.                                                                                                                                                                                                                                                                                                        ─╯

App: /Users/user/.dotnet/tools/dotnet-ef
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '8.0.0-rc.1.23419.4' (x64)
.NET location: /usr/local/share/dotnet

The following frameworks were found:
  6.0.21 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  7.0.10 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  8.0.0-preview.1.23110.8 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  8.0.0-preview.5.23280.8 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
  8.0.0-preview.7.23375.6 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed
Entity Framework Core Tools for the .NET Command-Line Interface.

Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update
Was this page helpful?