From 91d0870dd2ff7a54109de4b8305655393608a8a2 Mon Sep 17 00:00:00 2001 From: Flo Everett Date: Tue, 25 Jul 2023 13:40:16 -0400 Subject: [PATCH] Update install.md - dotnet sdk 7.0 is now required --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 08b3c358c..ce11ae08f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -205,7 +205,7 @@ the preferred install method for Linux because you can use it to install on any distribution][dotnet-supported-distributions]. You can also use this method on macOS if you so choose. -**Note:** Make sure you have installed [version 6.0 of the .NET +**Note:** Make sure you have installed [version 7.0 of the .NET SDK][dotnet-install] before attempting to run the following `dotnet tool` commands. After installing, you will also need to follow the output instructions to add the tools directory to your `PATH`.