diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64626a0194..a16e263e27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,13 +9,13 @@ Setup guides, [FAQ](/radarr/faq), the more information we have on the [wiki](htt # Development -Radarr is written in C# (backend) and JS (frontend). The backend is built on the .NET6 (and _soon_ .NET8) framework, while the frontend utilizes Reactjs. +Radarr is written in C# (backend) and JS (frontend). The backend is built on the .NET8 framework, while the frontend utilizes Reactjs. ## Tools required - Visual Studio 2022 or higher is recommended (). The community version is free and works (). -> VS 2022 V17.0 or higher is recommended as it includes the .NET6 SDK +> VS 2022 V17.8 or higher is recommended as it includes the .NET8 SDK {.is-info} - HTML/Javascript editor of choice (VS Code/Sublime Text/Webstorm/Atom/etc) @@ -60,7 +60,7 @@ The backend solution is most easily built and ran in Visual Studio or Rider, how #### Visual Studio -> Ensure startup project is set to `Radarr.Console` and framework to `net6.0` +> Ensure startup project is set to `Radarr.Console` and framework to `net8.0` {.is-info} 1. First `Build` the solution in Visual Studio, this will ensure all projects are correctly built and dependencies restored