From cc41bea57617e81f116fbbae6e7de2f8d9ca3991 Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Wed, 7 May 2025 00:45:08 +0200 Subject: [PATCH] fix: Allow net8 builds --- Xorog.UniversalExtensions.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorog.UniversalExtensions.csproj b/Xorog.UniversalExtensions.csproj index 41eb01a..d88b58b 100644 --- a/Xorog.UniversalExtensions.csproj +++ b/Xorog.UniversalExtensions.csproj @@ -1,7 +1,7 @@ - net9.0 + net8.0;net9.0 enable enable Debug;Release;x64