From 2d2c427a1377a1b943a9ceba64ce49728e3c2f4d Mon Sep 17 00:00:00 2001 From: David Wiseman <33157668+DavidWiseman@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:00:57 +0100 Subject: [PATCH] Update README.md DBA Dash now uses .NET 8. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8759c287..791f2320 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ DBA Dash is a tool for SQL Server DBAs to assist with daily checks, performance ## Prerequisites - Account to use for agent. Review the [security doc](https://dbadash.com/docs/help/security/) for required permissions. -- [.NET Desktop Runtime 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) is used by DBA Dash. You will be prompted to install the .NET runtime version 6 if it's not already installed. +- [.NET Desktop Runtime 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) is used by DBA Dash. You will be prompted to install the .NET runtime version 6 if it's not already installed. > **Note** > It's possible to run as a console app under your own user account for testing purposes.