From 0c19c5e97e095a7b2b41ac2a23723901fcef8576 Mon Sep 17 00:00:00 2001 From: crazytuzi Date: Mon, 7 Sep 2026 23:51:36 +0800 Subject: [PATCH] Support5.8 (#12) * Change TargetFramework to net8.0 with inheritance Updated TargetFramework to inherit from UnrealEngine.csproj.props with a fallback for engines that don't define it. Also removed the explicit Microsoft.CSharp PackageReference: newer frameworks include it by default and the explicit reference triggers NU1510, which TreatWarningsAsErrors turns into an error. * net10.0 --------- Co-authored-by: kane <202593226@qq.com> --- SourceCodeGenerator.ubtplugin.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SourceCodeGenerator.ubtplugin.csproj b/SourceCodeGenerator.ubtplugin.csproj index 4128f60..ceadfff 100644 --- a/SourceCodeGenerator.ubtplugin.csproj +++ b/SourceCodeGenerator.ubtplugin.csproj @@ -2,7 +2,7 @@ - net8.0 + net10.0 Development Library false @@ -29,9 +29,6 @@ true full - - - $(EngineDir)\Binaries\DotNET\UnrealBuildTool\EpicGames.Build.dll