From 29447b55eb3671a4855b58757018cc15abca1ec4 Mon Sep 17 00:00:00 2001 From: gewarren Date: Sat, 1 Nov 2025 01:29:51 +0000 Subject: [PATCH] =?UTF-8?q?Bot=20=F0=9F=A4=96=20generated=20CleanRepo=20to?= =?UTF-8?q?ol=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/core/tutorials/includes/dotnet6-syntax-note.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/core/tutorials/includes/dotnet6-syntax-note.md diff --git a/docs/core/tutorials/includes/dotnet6-syntax-note.md b/docs/core/tutorials/includes/dotnet6-syntax-note.md deleted file mode 100644 index cb845fbf29188..0000000000000 --- a/docs/core/tutorials/includes/dotnet6-syntax-note.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -author: adegeo -ms.author: adegeo -ms.date: 03/14/2023 -ms.topic: include ---- - -> [!IMPORTANT] -> This article is written for .NET 7. However, it also applies to .NET 6 and previous versions, with one difference: The `dotnet new` syntax is different. The `list`, `search`, `install`, and `uninstall` subcommands should be `--list`, `--search`, `--install`, and `--uninstall` options, respectively. -> -> For example, the `dotnet new install` command in .NET 7 becomes `dotnet new --install` in .NET 6. Use the `dotnet new --help` command to see a list of all options and subcommands.