From 323fa9a3e6ef786e13ff217cc0dae70ada84ef44 Mon Sep 17 00:00:00 2001 From: BillyCool Date: Sat, 23 Nov 2024 21:45:02 +1100 Subject: [PATCH] Upgraded project to .NET9 and updated readme. --- README.md | 2 +- src/MariesWonderland.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c6042b..573e80f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Marie's Wonderland -An attempt at a private server implementation for mobile game NieR Reincarnation. +An attempt at a private server implementation for mobile game NieR Reincarnation. The project is currently on hold due to a bug with Frida and newer versions of Android/Google Play that prevent running Frida Server correctly on mobile devices, more details [here](https://github.com/frida/frida/issues/2958). ## Game information - Built in Unity 2019.4.29 with C# and IL2CPP diff --git a/src/MariesWonderland.csproj b/src/MariesWonderland.csproj index 03afbe8..c336fb7 100644 --- a/src/MariesWonderland.csproj +++ b/src/MariesWonderland.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable @@ -11,7 +11,7 @@ - +