diff --git a/build/build.cs b/build/build.cs index fcb6b8b..2f8c591 100644 --- a/build/build.cs +++ b/build/build.cs @@ -129,7 +129,7 @@ private static void Main(string[] args) private static void RunCurrentProject(string args) { - Run("dotnet", $"run --no-build --no-restore --framework net6.0 -- {args}"); + Run("dotnet", $"run --no-build --no-restore --framework net8.0 -- {args}"); }