diff --git a/entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md index f02a5b006d..bb549da8cf 100644 --- a/entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md @@ -10,7 +10,7 @@ uid: core/what-is-new/ef-core-10.0/whatsnew EF Core 10 (EF10) is the next release after EF Core 9 and is scheduled for release in November 2025. -EF10 is available as [daily builds](https://github.com/dotnet/efcore/blob/main/docs/DailyBuilds.md) which contain all the latest EF10 features and API tweaks. The samples here make use of these daily builds. +EF10 is available as a preview. See [.NET 10 release notes](https://github.com/dotnet/core/release-notes/10.0) to get information about the latest preview. This article will be updated as new preview releases are made available. > [!TIP] > You can run and debug into the samples by [downloading the sample code from GitHub](https://github.com/dotnet/EntityFramework.Docs). Each section below links to the source code specific to that section.