aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUruk <uruknarb20@gmail.com>2023-11-16 01:12:25 +0100
committerUruk <uruknarb20@gmail.com>2023-11-16 01:12:25 +0100
commit72ba002837729a78318df78180b1b8e63bc272e6 (patch)
treed2fcb36438274fa653a7867219b5eca588d4a1c3 /README.md
parentf3b882d0e2c5303db8c3b711cc0c5c18ac2d6b7f (diff)
Fix README.md, debian/control, jellyfin.spec
```
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 911d9a094..15dd0ae67 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,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 7.0 SDK](https://dotnet.microsoft.com/download/dotnet) on your system.
+Before the project can be built, you must first install the [.NET 8.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 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).