From 31e4db3307f7aec2623b3f86014c0556e4112eeb Mon Sep 17 00:00:00 2001 From: Bocyuan Date: Mon, 27 Oct 2025 06:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=B4=9A=E8=87=B3=20.NET=208=20?= =?UTF-8?q?=E4=B8=A6=E8=A7=A3=E6=B1=BA=E7=9B=B8=E5=AE=B9=E6=80=A7=E5=95=8F?= =?UTF-8?q?=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 `InfiniteDemand.csproj` 中: - 更新目標框架為 .NET 8,並設定語言版本為最新。 - 跳過匯入 `Mod.targets`,避免與 .NET 8 的 `ModPostProcessor` 問題。 - 新增 `false`。 - 在 `ilpp.pid` 中: - 將數值從 `13112` 修改為 `17400`。 - 在 `PublishConfiguration.xml` 中: - 更新 GitHub 外部連結至新的儲存庫。 - 新增註解,說明此版本基於 .NET 8 建置以提升效能與相容性。 --- InfiniteDemand/InfiniteDemand.csproj | 5 ++++- InfiniteDemand/Library/ilpp.pid | 2 +- InfiniteDemand/Properties/PublishConfiguration.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/InfiniteDemand/InfiniteDemand.csproj b/InfiniteDemand/InfiniteDemand.csproj index 5a84431..a068f22 100644 --- a/InfiniteDemand/InfiniteDemand.csproj +++ b/InfiniteDemand/InfiniteDemand.csproj @@ -24,14 +24,17 @@ + - + net8.0 latest false + + false diff --git a/InfiniteDemand/Library/ilpp.pid b/InfiniteDemand/Library/ilpp.pid index 36aebc4..714e635 100644 --- a/InfiniteDemand/Library/ilpp.pid +++ b/InfiniteDemand/Library/ilpp.pid @@ -1 +1 @@ -13112 \ No newline at end of file +17400 \ No newline at end of file diff --git a/InfiniteDemand/Properties/PublishConfiguration.xml b/InfiniteDemand/Properties/PublishConfiguration.xml index a1fed2f..0231cbb 100644 --- a/InfiniteDemand/Properties/PublishConfiguration.xml +++ b/InfiniteDemand/Properties/PublishConfiguration.xml @@ -42,5 +42,5 @@ Built with .NET 8 for optimal performance and compatibility with the latest game - +