From a06084288acb2a99ccd73457e42b56c71086e862 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Tue, 14 Nov 2023 15:05:48 -0600 Subject: [PATCH] tweaking build --- build/build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"); }