Skip to content

Commit

Permalink
tweaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 14, 2023
1 parent cf26fda commit a060842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
}


Expand Down

0 comments on commit a060842

Please sign in to comment.