From 66d3099060685ca69406bdec8b2910613c0420d0 Mon Sep 17 00:00:00 2001 From: carlton <64127681+notcarlton@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:24:45 -0700 Subject: [PATCH] rider supports .NET 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e36fe4d..a02d465 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You can clone the repository and build Jiayi Launcher yourself with the instruct * A computer running Windows 10 or later * [Git](https://git-scm.com/) * [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) -* Optionally, an IDE that supports .NET 8 (e.g. [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or [~~JetBrains Rider~~](https://www.jetbrains.com/rider/) [pending support]) +* Optionally, an IDE that supports .NET 8 (e.g. [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or [JetBrains Rider](https://www.jetbrains.com/rider/)) ### Steps 1. Clone the repository