diff --git a/.vscode/launch.json b/.vscode/launch.json index 27e876b5..29826826 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,9 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build-client-linux", - "program": "${workspaceFolder}/bin/Debug/client/net8.0/EndlessClient", + "program": "${workspaceFolder}/bin/Debug/client/net10.0/EndlessClient", "args": [], - "cwd": "${workspaceFolder}/bin/Debug/client/net8.0", + "cwd": "${workspaceFolder}/bin/Debug/client/net10.0", "console": "internalConsole", "stopAtEntry": false }, @@ -20,9 +20,9 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build-eobot-linux", - "program": "${workspaceFolder}/bin/Debug/utils/EOBot/net8.0/EOBot", + "program": "${workspaceFolder}/bin/Debug/utils/EOBot/net10.0/EOBot", "args": [], - "cwd": "${workspaceFolder}/bin/Debug/utils/EOBot/net8.0", + "cwd": "${workspaceFolder}/bin/Debug/utils/EOBot/net10.0", "console": "internalConsole", "stopAtEntry": false }, @@ -31,9 +31,9 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build-client-windows", - "program": "${workspaceFolder}/bin/Debug/client/net8.0-windows/EndlessClient.exe", + "program": "${workspaceFolder}/bin/Debug/client/net10.0-windows/EndlessClient.exe", "args": [], - "cwd": "${workspaceFolder}/bin/Debug/client/net8.0-windows", + "cwd": "${workspaceFolder}/bin/Debug/client/net10.0-windows", "console": "internalConsole", "stopAtEntry": false }, @@ -42,9 +42,9 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build-client-mac-arm", - "program": "${workspaceFolder}/bin/Debug/client/net8.0-macos/osx-arm64/EndlessClient.app/Contents/MacOS/EndlessClient", + "program": "${workspaceFolder}/bin/Debug/client/net10.0-macos/osx-arm64/EndlessClient.app/Contents/MacOS/EndlessClient", "args": [], - "cwd": "${workspaceFolder}/bin/Debug/client/net8.0-macos/osx-arm64/EndlessClient.app", + "cwd": "${workspaceFolder}/bin/Debug/client/net10.0-macos/osx-arm64/EndlessClient.app", "console": "internalConsole", "stopAtEntry": false }, diff --git a/BatchMap/BatchMap.csproj b/BatchMap/BatchMap.csproj index f95bc177..195baf98 100644 --- a/BatchMap/BatchMap.csproj +++ b/BatchMap/BatchMap.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 Exe false ..\bin\$(Configuration)\utils\BatchMap diff --git a/EOBot.Test/EOBot.Test.csproj b/EOBot.Test/EOBot.Test.csproj index 577c70a8..3b03773c 100644 --- a/EOBot.Test/EOBot.Test.csproj +++ b/EOBot.Test/EOBot.Test.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 Library false ..\bin\$(Configuration)\test\ diff --git a/EOBot/EOBot.csproj b/EOBot/EOBot.csproj index 2817e653..1fe81608 100644 --- a/EOBot/EOBot.csproj +++ b/EOBot/EOBot.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 Exe false ..\bin\$(Configuration)\utils\EOBot\ diff --git a/EOLib.Config.Test/EOLib.Config.Test.csproj b/EOLib.Config.Test/EOLib.Config.Test.csproj index 5f0283e2..4002e436 100644 --- a/EOLib.Config.Test/EOLib.Config.Test.csproj +++ b/EOLib.Config.Test/EOLib.Config.Test.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 Library false ..\bin\$(Configuration)\test\ diff --git a/EOLib.Graphics.Test/EOLib.Graphics.Test.csproj b/EOLib.Graphics.Test/EOLib.Graphics.Test.csproj index 0ec79c0f..a412236e 100644 --- a/EOLib.Graphics.Test/EOLib.Graphics.Test.csproj +++ b/EOLib.Graphics.Test/EOLib.Graphics.Test.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 Library false ..\bin\$(Configuration)\test\ diff --git a/EOLib.Graphics/EOLib.Graphics.csproj b/EOLib.Graphics/EOLib.Graphics.csproj index d9ea4b27..c4b3ab2b 100644 --- a/EOLib.Graphics/EOLib.Graphics.csproj +++ b/EOLib.Graphics/EOLib.Graphics.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 Library ..\bin\$(Configuration)\lib\ Library for interacting with Endless Online gfx files diff --git a/EOLib.IO.Test/EOLib.IO.Test.csproj b/EOLib.IO.Test/EOLib.IO.Test.csproj index e0dd713c..92ad4ea4 100644 --- a/EOLib.IO.Test/EOLib.IO.Test.csproj +++ b/EOLib.IO.Test/EOLib.IO.Test.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 Library false ..\bin\$(Configuration)\test\ diff --git a/EOLib.Localization.Test/EOLib.Localization.Test.csproj b/EOLib.Localization.Test/EOLib.Localization.Test.csproj index 208237db..9c7c518f 100644 --- a/EOLib.Localization.Test/EOLib.Localization.Test.csproj +++ b/EOLib.Localization.Test/EOLib.Localization.Test.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 Library false ..\bin\$(Configuration)\test\ diff --git a/EOLib.Test/EOLib.Test.csproj b/EOLib.Test/EOLib.Test.csproj index 987557e9..303a962a 100644 --- a/EOLib.Test/EOLib.Test.csproj +++ b/EOLib.Test/EOLib.Test.csproj @@ -1,6 +1,6 @@  - net8.0 + net10.0 false ..\bin\$(Configuration)\test\ diff --git a/EndlessClient/EndlessClient.csproj b/EndlessClient/EndlessClient.csproj index 3fd20d40..9d199302 100644 --- a/EndlessClient/EndlessClient.csproj +++ b/EndlessClient/EndlessClient.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net10.0-windows WinExe Windows true @@ -8,13 +8,13 @@ true - net8.0 + net10.0 Exe $(DefineConstants);LINUX Linux - net8.0-macos + net10.0-macos Exe $(DefineConstants);OSX MacOSX diff --git a/EndlessClient/HUD/Panels/InventoryPanel.cs b/EndlessClient/HUD/Panels/InventoryPanel.cs index e03d4ad9..75efd24c 100644 --- a/EndlessClient/HUD/Panels/InventoryPanel.cs +++ b/EndlessClient/HUD/Panels/InventoryPanel.cs @@ -450,7 +450,7 @@ private void HandleItemDoneDragging(object sender, DragCompletedEventArgs