© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
6 replies
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
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
dotnet-ef 8.0.0-rc.1.23419.6
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
dotnet-ef 8.0.0-rc.1.23419.6
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

dotnet 8
C#CC# / help
3y ago
❔ Issues with Dotnet tools after upgrading to .NET 8 rc-2
C#CC# / help
3y ago
dotnet 8 windows target
C#CC# / help
3y ago
vscode .net framework 4.8; debug clr without dotnet exe
C#CC# / help
14mo ago