aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-05-12 20:01:27 +0200
committerGitHub <noreply@github.com>2026-05-12 20:01:27 +0200
commite9942c385775f33c70dbb4b910085ae2c563e898 (patch)
treeb1f407fd8f50c1d7eead2c9dd3cd464853095f2a
parentb9ee9b0660d10ea704396dbf2f51586fbed8c64b (diff)
parent04ecf77d97f5b4c9563aa088895a6d23de385e10 (diff)
Merge pull request #16831 from Bond-009/netVersion
Reference correct .NET version in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fbd73edfcf..5e066f3d31 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,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 9.0 SDK](https://dotnet.microsoft.com/download/dotnet) on your system.
+Before the project can be built, you must first install the [.NET 10 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 6 development will work, but two options are recent versions of [Visual Studio](https://visualstudio.microsoft.com/downloads/) (at least 2022) and [Visual Studio Code](https://code.visualstudio.com/Download).