aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-09-30 11:05:59 +0200
committerGitHub <noreply@github.com>2021-09-30 11:05:59 +0200
commitdd5e9e3fc6f14cf7de8ee6250dbf2f9b56e68835 (patch)
tree35bf9fdcd616adb147afc1d1d205c0b34ffda37d
parentbe6fe62d524c67f7b495b697bf48e4824c1dd245 (diff)
parent1a70ba6a486dfac16ea4e65b8b075cb6fb627f30 (diff)
Merge pull request #6631 from GodTamIt/dotnet-version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3aef84b99..6653bff11 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ These instructions will help you get set up with a local development environment
### Prerequisites
-Before the project can be built, you must first install the [.NET 5.0 SDK](https://dotnet.microsoft.com/download) on your system.
+Before the project can be built, you must first install the [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet) on your system.
Instructions to run this project from the command line are included here, but you will also need to install an IDE if you want to debug the server while it is running. Any IDE that supports .NET Core development will work, but two options are recent versions of [Visual Studio](https://visualstudio.microsoft.com/downloads/) (at least 2017) and [Visual Studio Code](https://code.visualstudio.com/Download).