C
C#16mo 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
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
4 Replies
reflectronic
reflectronic16mo ago
RC1 is not out yet it is releasing later today. maybe in an hour or two sometimes certain packages release a little early
Naarfy
NaarfyOP16mo ago
Thanks a lot, I don't know why I thought it was an earlier preview and didn't see the RC
reflectronic
reflectronic16mo ago
for what it’s worth it is out now
Naarfy
NaarfyOP16mo ago
wow awesome thanks

Did you find this page helpful?