From 8b6aa71b7362135066d58063f86ac187ac914196 Mon Sep 17 00:00:00 2001 From: Cai <13110818005@qq.com> Date: Sat, 17 Aug 2024 22:57:49 +0800 Subject: [PATCH] 2323 --- TShockAPI/TShockAPI.csproj | 11 +++++++++-- TShockInstaller/TShockInstaller.csproj | 2 +- TShockLauncher.Tests/TShockLauncher.Tests.csproj | 2 +- TShockLauncher/TShockLauncher.csproj | 9 +++++++-- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index a37317092..be359f500 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -3,7 +3,7 @@ Library - net6.0 + net8.0 true True - 5.2.0 + 5.3.0 TShock for Terraria Pryaxis & TShock Contributors TShockAPI @@ -34,6 +34,7 @@ + @@ -46,6 +47,12 @@ ..\prebuilts\HttpServer.dll + + ..\TerrariaServerAPI\TerrariaServerAPI\ota\OTAPI.dll + + + ..\TerrariaServerAPI\TerrariaServerAPI\ota\OTAPI.Runtime.dll + diff --git a/TShockInstaller/TShockInstaller.csproj b/TShockInstaller/TShockInstaller.csproj index 9b73d66a1..0c81bdede 100644 --- a/TShockInstaller/TShockInstaller.csproj +++ b/TShockInstaller/TShockInstaller.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable 5.0.0 diff --git a/TShockLauncher.Tests/TShockLauncher.Tests.csproj b/TShockLauncher.Tests/TShockLauncher.Tests.csproj index 6267eb1e0..2fad995c9 100644 --- a/TShockLauncher.Tests/TShockLauncher.Tests.csproj +++ b/TShockLauncher.Tests/TShockLauncher.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable false diff --git a/TShockLauncher/TShockLauncher.csproj b/TShockLauncher/TShockLauncher.csproj index e3c4ac327..2adaaa468 100644 --- a/TShockLauncher/TShockLauncher.csproj +++ b/TShockLauncher/TShockLauncher.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable TShock.Server @@ -18,6 +18,12 @@ ..\prebuilts\HttpServer.dll + + ..\TerrariaServerAPI\TerrariaServerAPI\ota\OTAPI.dll + + + ..\TerrariaServerAPI\TerrariaServerAPI\ota\OTAPI.Runtime.dll + @@ -36,7 +42,6 @@ - PreserveNewest true