From bc4dfa90f4d7298ddcb1d394b7d0ceb3a4cb3892 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:06:55 +0100 Subject: [PATCH] docs: update required dotnet-sdk version in install.md Update the version notation because since the release of git-credential-manager version 2.5.0, the sdk version required for installation is .NET 8. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 4268858bb..5ae7b44d5 100644 --- a/docs/install.md +++ b/docs/install.md @@ -210,7 +210,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 7.0 of the .NET +**Note:** Make sure you have installed [version 8.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`.