diff --git a/ReadMe.md b/ReadMe.md index f707a46..9387ded 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -19,7 +19,7 @@ To quit, find the app's tray icon (Windows might move it into the overflow menu) ### Requirements - Windows 10 version 2004 or newer - - [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download) + - [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download) ## To do diff --git a/StageManager/StageManager.csproj b/StageManager/StageManager.csproj index 4148369..db5a234 100644 --- a/StageManager/StageManager.csproj +++ b/StageManager/StageManager.csproj @@ -2,7 +2,7 @@ WinExe - net7.0-windows + net8.0-windows enable true true