From d25e1cfb354b4e386f1c9f77caa291a6dfe0187d Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Fri, 28 Mar 2025 20:04:59 -0700 Subject: [PATCH] Update dependencies for 9.0 and 7.2 --- Benchmark/Craftimizer.Benchmark.csproj | 4 +-- Craftimizer/Craftimizer.csproj | 43 ++------------------------ Craftimizer/packages.lock.json | 28 ++++++++++------- Simulator/Craftimizer.Simulator.csproj | 4 +-- Solver/Craftimizer.Solver.csproj | 6 ++-- Test/Craftimizer.Test.csproj | 10 +++--- 6 files changed, 32 insertions(+), 63 deletions(-) diff --git a/Benchmark/Craftimizer.Benchmark.csproj b/Benchmark/Craftimizer.Benchmark.csproj index 6ee6142..5d90fe7 100644 --- a/Benchmark/Craftimizer.Benchmark.csproj +++ b/Benchmark/Craftimizer.Benchmark.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 Exe enable enable @@ -20,7 +20,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Craftimizer/Craftimizer.csproj b/Craftimizer/Craftimizer.csproj index ae64402..8cd38e2 100644 --- a/Craftimizer/Craftimizer.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -1,5 +1,5 @@ - + Asriel Camora 2.6.1.0 @@ -8,7 +8,7 @@ - net8.0-windows + net9.0-windows7.0 x64 enable true @@ -17,17 +17,9 @@ false false true - - - - $(appdata)\XIVLauncher\addon\Hooks\dev\ true - - $(DALAMUD_HOME)/ - - @@ -40,42 +32,13 @@ - - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - $(DalamudLibPath)FFXIVClientStructs.dll - false - - - $(DalamudLibPath)Newtonsoft.Json.dll - false - - - $(DalamudLibPath)Dalamud.dll - false - - - $(DalamudLibPath)ImGui.NET.dll - false - - - $(DalamudLibPath)ImGuiScene.dll - false - - - $(DalamudLibPath)Lumina.dll - false - - - $(DalamudLibPath)Lumina.Excel.dll - false - diff --git a/Craftimizer/packages.lock.json b/Craftimizer/packages.lock.json index 604c3c4..c8c8b65 100644 --- a/Craftimizer/packages.lock.json +++ b/Craftimizer/packages.lock.json @@ -1,12 +1,18 @@ { "version": 1, "dependencies": { - "net8.0-windows7.0": { + "net9.0-windows7.0": { "DalamudPackager": { "type": "Direct", - "requested": "[11.0.0, )", - "resolved": "11.0.0", - "contentHash": "bjT7XUlhIJSmsE/O76b7weUX+evvGQctbQB8aKXt94o+oPWxHpCepxAGMs7Thow3AzCyqWs7cOpp9/2wcgRRQA==" + "requested": "[12.0.0, )", + "resolved": "12.0.0", + "contentHash": "J5TJLV3f16T/E2H2P17ClWjtfEBPpq3yxvqW46eN36JCm6wR+EaoaYkqG9Rm5sHqs3/nK/vKjWWyvEs/jhKoXw==" + }, + "DotNet.ReproducibleBuilds": { + "type": "Direct", + "requested": "[1.2.25, )", + "resolved": "1.2.25", + "contentHash": "xCXiw7BCxHJ8pF6wPepRUddlh2dlQlbr81gXA72hdk4FLHkKXas7EH/n+fk5UCA/YfMqG1Z6XaPiUjDbUNBUzg==" }, "MathNet.Numerics": { "type": "Direct", @@ -16,14 +22,14 @@ }, "Meziantou.Analyzer": { "type": "Direct", - "requested": "[2.0.179, )", - "resolved": "2.0.179", - "contentHash": "F5zRPPi1A1lLq4AkBxKWk32gCo9xy8b46InSBUx47gj3DZFfAYi1TtYeChBJedkDETaVKX0+0YtXh/nVAJ/aQw==" + "requested": "[2.0.189, )", + "resolved": "2.0.189", + "contentHash": "/e+dh95vDdvCTbViV2cWpXJEXAj+VHq7FsBXCTTTsLcffV0bkgXDFAPY0zMpy+Vt91Cl2cBoSOfaAoSdtn796Q==" }, "DotNext": { "type": "Transitive", - "resolved": "5.14.0", - "contentHash": "wyRjcjQISQJpLtKTKacLKUGP80AT28WVRHq0etmFJywdeHrUfjyLgrfnSA5sk1ZcdL/55jRalRfm6MyhXOImMw==", + "resolved": "5.19.1", + "contentHash": "UXCY2ch0fvWNJZfGm1I6ua7uOivxq/o1Te8jf65ymRqCQTsMNMgMYdZtln7gAJwS0t61sBW9lgnEnl119HZO/A==", "dependencies": { "System.IO.Hashing": "8.0.0" } @@ -45,12 +51,12 @@ "type": "Project", "dependencies": { "Craftimizer.Simulator": "[1.0.0, )", - "DotNext": "[5.14.0, )", + "DotNext": "[5.19.1, )", "Raphael.Net": "[1.0.0, )" } } }, - "net8.0-windows7.0/win-x64": { + "net9.0-windows7.0/win-x64": { "Raphael.Net": { "type": "Transitive", "resolved": "1.0.0", diff --git a/Simulator/Craftimizer.Simulator.csproj b/Simulator/Craftimizer.Simulator.csproj index 445f910..1f13bef 100644 --- a/Simulator/Craftimizer.Simulator.csproj +++ b/Simulator/Craftimizer.Simulator.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable x64 @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Solver/Craftimizer.Solver.csproj b/Solver/Craftimizer.Solver.csproj index a79793d..f64085c 100644 --- a/Solver/Craftimizer.Solver.csproj +++ b/Solver/Craftimizer.Solver.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable True @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Test/Craftimizer.Test.csproj b/Test/Craftimizer.Test.csproj index 52bd63a..3b57c2b 100644 --- a/Test/Craftimizer.Test.csproj +++ b/Test/Craftimizer.Test.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable false @@ -11,13 +11,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + +