From fad46dd259ccfe5ef287378893d13f6525ec2b9e Mon Sep 17 00:00:00 2001 From: thetechyghost <79113008+thetechyghost@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:29:57 -0400 Subject: [PATCH] Update DailyBuilds.md Update "Using Wildcards" section to reference EF Core 7 instead of EF Core 6 --- docs/DailyBuilds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DailyBuilds.md b/docs/DailyBuilds.md index 01dd8134ed4..60142b2fad7 100644 --- a/docs/DailyBuilds.md +++ b/docs/DailyBuilds.md @@ -58,7 +58,7 @@ dotnet new install Microsoft.EntityFrameworkCore.Templates::7.0.0-* --add-source ### Using wildcards -The easiest way to use daily builds is with wildcards in project references. For example, for EF Core 6.0 daily builds: +The easiest way to use daily builds is with wildcards in project references. For example, for EF Core 7.0 daily builds: ```xml