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.