From 3696e4255a9a1ed7dbe209c6fc856796f1cd064e Mon Sep 17 00:00:00 2001 From: yuuko Date: Mon, 24 Nov 2025 16:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D.NET=20Framework=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=85=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除不兼容的PublishSingleFile配置: - .NET Framework 4.8不支持PublishSingleFile - 移除IncludeNativeLibrariesForSelfExtract(Core功能) - 保留SelfContained和PublishReadyToRun 现在使用命令:dotnet publish -c Release -r win-x64 --self-contained 生成的会是包含多个文件的发布文件夹,用户可以直接运行主exe 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- SlideCombine.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/SlideCombine.csproj b/SlideCombine.csproj index b64f136..7671f14 100644 --- a/SlideCombine.csproj +++ b/SlideCombine.csproj @@ -11,9 +11,7 @@ true - true true - true