From fd2fe02f3135a0283ec37f797562ca1b8677735c Mon Sep 17 00:00:00 2001 From: Real-Luke-James <79417248+Real-Luke-James@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:51:23 -0800 Subject: [PATCH] Port from .NET 6.0 to .NET 8.0 --- Bloxstrap/Bloxstrap.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/Bloxstrap.csproj b/Bloxstrap/Bloxstrap.csproj index 9c9b70c..92ed565 100644 --- a/Bloxstrap/Bloxstrap.csproj +++ b/Bloxstrap/Bloxstrap.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net8.0-windows enable true True