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