From 093d4a18f92c1901f8ae8c46eefaa953d6d933ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Cincura=20=E2=86=B9?= Date: Thu, 5 Dec 2024 15:47:57 +0100 Subject: [PATCH] Update instruction for daily builds to 10. (#35274) --- docs/DailyBuilds.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/DailyBuilds.md b/docs/DailyBuilds.md index 428ab457b4b..db7e72787d9 100644 --- a/docs/DailyBuilds.md +++ b/docs/DailyBuilds.md @@ -8,7 +8,7 @@ Create a file called "NuGet.config" with the following contents and put it next - + @@ -36,7 +36,7 @@ For EF8 daily builds, `NuGet.config` should contain: - + @@ -47,7 +47,7 @@ For EF8 daily builds, `NuGet.config` should contain: `dotnet ef` is the [the EF command-line tool](https://learn.microsoft.com/ef/core/cli/dotnet), used to perform various design-time tasks such as creating and applying migrations. Stable versions of `dotnet ef` usually work fine with daily build versions of EF; but in some situations you must also update to daily builds of the CLI tool. To use a daily build version of `dotnet ef`, do the following: ```sh -dotnet tool install -g dotnet-ef --version 9.0.0-* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json +dotnet tool install -g dotnet-ef --version 10.0.0-* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json ``` ### EF reverse engineering templates @@ -55,7 +55,7 @@ dotnet tool install -g dotnet-ef --version 9.0.0-* --add-source https://pkgs.dev EF features code templates for [reverse engineering (or "scaffolding") existing databases](https://learn.microsoft.com/ef/core/managing-schemas/scaffolding/templates); installing daily versions of these templates typically isn't necessary, but you may want to do so to experiment with new features or test bug fixes in the templates: ```sh -dotnet new install Microsoft.EntityFrameworkCore.Templates::9.0.0-* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json +dotnet new install Microsoft.EntityFrameworkCore.Templates::10.0.0-* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json ``` ## Package versions to use @@ -66,10 +66,10 @@ The easiest way to use daily builds is with wildcards in project references. For ```xml - - - - + + + + ``` @@ -112,7 +112,7 @@ In addition, packages may be missing if the standard `nuget.org` package source - + @@ -128,7 +128,7 @@ A good way to ensure you're dealing with a completely clean NuGet configuration - +