From 4c71c695b9e2eacb0a61a5b66515e6d34bdb061f Mon Sep 17 00:00:00 2001 From: gmriggs Date: Tue, 11 Nov 2025 13:00:58 -0500 Subject: [PATCH 1/4] .net10 build --- Source/ACE.Server.Tests/ACE.Server.Tests.csproj | 2 +- Source/ACE.Server/ACE.Server.csproj | 2 +- Source/ACE.Server/Command/Handlers/AdminCommands.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/ACE.Server.Tests/ACE.Server.Tests.csproj b/Source/ACE.Server.Tests/ACE.Server.Tests.csproj index e72fe6633e..d902e35bd2 100644 --- a/Source/ACE.Server.Tests/ACE.Server.Tests.csproj +++ b/Source/ACE.Server.Tests/ACE.Server.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 false diff --git a/Source/ACE.Server/ACE.Server.csproj b/Source/ACE.Server/ACE.Server.csproj index 3931fb49ee..325fba568e 100644 --- a/Source/ACE.Server/ACE.Server.csproj +++ b/Source/ACE.Server/ACE.Server.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 x64 diff --git a/Source/ACE.Server/Command/Handlers/AdminCommands.cs b/Source/ACE.Server/Command/Handlers/AdminCommands.cs index 16ce7ab0cf..2e6788099e 100644 --- a/Source/ACE.Server/Command/Handlers/AdminCommands.cs +++ b/Source/ACE.Server/Command/Handlers/AdminCommands.cs @@ -2576,7 +2576,7 @@ public static void HandleCrack(Session session, params string[] parameters) { var objectId = new ObjectGuid((uint)session.Player.CurrentAppraisalTarget); var wo = session.Player.CurrentLandblock?.GetObject(objectId); - if (wo is Lock @lock) + if (wo is ACE.Server.WorldObjects.Lock @lock) { var opening = openIt ? $" Opening {wo.WeenieType}." : ""; string lockCode = LockHelper.GetLockCode(wo); From c85f2929e94669be1dbde810f1305c4bde66e9a2 Mon Sep 17 00:00:00 2001 From: gmriggs Date: Tue, 11 Nov 2025 13:13:54 -0500 Subject: [PATCH 2/4] update appveyor version --- AppVeyor/AppVeyorInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppVeyor/AppVeyorInstall.ps1 b/AppVeyor/AppVeyorInstall.ps1 index c8f3fdf69d..b1578754b2 100644 --- a/AppVeyor/AppVeyorInstall.ps1 +++ b/AppVeyor/AppVeyorInstall.ps1 @@ -1,2 +1,2 @@ Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1" -& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '8.0.100' -InstallDir "$env:ProgramFiles\dotnet" +& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet" From b1d4a519004aac53a7166c1d1c28ae58a4898190 Mon Sep 17 00:00:00 2001 From: gmriggs Date: Tue, 11 Nov 2025 13:19:20 -0500 Subject: [PATCH 3/4] update appveyor vs version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d39b80a7f2..ae3f9f84ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ skip_tags: true branches: except: - /dependabot/ -image: Visual Studio 2022 +image: Visual Studio 2026 configuration: Release platform: x64 init: From fa18329e42b28451752826f19ce3f300a590161a Mon Sep 17 00:00:00 2001 From: Ty Conner Date: Tue, 11 Nov 2025 13:25:58 -0500 Subject: [PATCH 4/4] Update appveyor.yml --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ae3f9f84ef..b16a2cb371 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ skip_tags: true branches: except: - /dependabot/ -image: Visual Studio 2026 +image: Visual Studio 2022 configuration: Release platform: x64 init: @@ -46,8 +46,8 @@ environment: secure: lGLpqex+Weod6ZiPw34RwTv999QvoSZ+imTcmYhiJWQL6XkfkVUYcqOO6pJDuAYt services: - mysql -#install: -# - ps: AppVeyor\AppVeyorInstall.ps1 +install: + - ps: AppVeyor\AppVeyorInstall.ps1 before_build: - cmd: AppVeyor\AppVeyorBeforeCompile.bat build: