From 1ce3c401ea4a4017507cccfca6df4406876a155f Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Mon, 28 Apr 2025 22:37:36 -0700 Subject: [PATCH] Update dependencies --- Benchmark/Craftimizer.Benchmark.csproj | 4 ++-- Craftimizer/Craftimizer.csproj | 2 +- Craftimizer/Craftimizer.json | 2 +- Craftimizer/packages.lock.json | 22 +++++++++++----------- Simulator/Craftimizer.Simulator.csproj | 4 ++-- Solver/Craftimizer.Solver.csproj | 6 +++--- Test/Craftimizer.Test.csproj | 4 ++-- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Benchmark/Craftimizer.Benchmark.csproj b/Benchmark/Craftimizer.Benchmark.csproj index 5d90fe7..c31701a 100644 --- a/Benchmark/Craftimizer.Benchmark.csproj +++ b/Benchmark/Craftimizer.Benchmark.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -20,7 +20,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Craftimizer/Craftimizer.csproj b/Craftimizer/Craftimizer.csproj index 207c3dc..dffb370 100644 --- a/Craftimizer/Craftimizer.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -33,7 +33,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Craftimizer/Craftimizer.json b/Craftimizer/Craftimizer.json index 206ba0c..13e662d 100644 --- a/Craftimizer/Craftimizer.json +++ b/Craftimizer/Craftimizer.json @@ -25,6 +25,6 @@ "ImageUrls": [ "https://git.camora.dev/asriel/Craftimizer/raw/branch/main/Images/RecipeNote.png", "https://git.camora.dev/asriel/Craftimizer/raw/branch/main/Images/SynthHelper.png", - "https://git.camora.dev/asriel/Craftimizer/raw/branch/main/Images/MacroEditor.png", + "https://git.camora.dev/asriel/Craftimizer/raw/branch/main/Images/MacroEditor.png" ] } diff --git a/Craftimizer/packages.lock.json b/Craftimizer/packages.lock.json index f1248ce..f60fcaa 100644 --- a/Craftimizer/packages.lock.json +++ b/Craftimizer/packages.lock.json @@ -22,22 +22,22 @@ }, "Meziantou.Analyzer": { "type": "Direct", - "requested": "[2.0.189, )", - "resolved": "2.0.189", - "contentHash": "/e+dh95vDdvCTbViV2cWpXJEXAj+VHq7FsBXCTTTsLcffV0bkgXDFAPY0zMpy+Vt91Cl2cBoSOfaAoSdtn796Q==" + "requested": "[2.0.199, )", + "resolved": "2.0.199", + "contentHash": "y8oRrTLDBw1b10pWci/PnFoahdIMflNSlVheL9kzUylAASnoJPFyvuyaNXcrbOTNOEk1aMLFRr1mSX/xvYR15g==" }, "DotNext": { "type": "Transitive", - "resolved": "5.19.1", - "contentHash": "UXCY2ch0fvWNJZfGm1I6ua7uOivxq/o1Te8jf65ymRqCQTsMNMgMYdZtln7gAJwS0t61sBW9lgnEnl119HZO/A==", + "resolved": "5.21.0", + "contentHash": "fU63OJVSDSsOl6adjNM8e5zmyhdZkX2ztvmSeW6lBjFdvFG8ZwMOrJ+L8Ih/2yKr0cuaV8PNwnhDrlS4MFf14A==", "dependencies": { "System.IO.Hashing": "8.0.0" } }, "Raphael.Net": { "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "KeH6XAohyGYBjKyQNBL67mWQhkmEdQL/brwpc4+C9XA0Ny+HpGOB58zjC6XjWQytczrY6XmfxbEzcQz/Xzbz9w==" + "resolved": "2.1.0", + "contentHash": "MDXWh/jSuwTctU3lMs76jC37KY6mERCBIip4+hl4aqvuyxNkX8WOKyrr0fP0EiV3QHFWoQCn7wxWA9U1or78IA==" }, "System.IO.Hashing": { "type": "Transitive", @@ -51,16 +51,16 @@ "type": "Project", "dependencies": { "Craftimizer.Simulator": "[1.0.0, )", - "DotNext": "[5.19.1, )", - "Raphael.Net": "[1.1.0, )" + "DotNext": "[5.21.0, )", + "Raphael.Net": "[2.1.0, )" } } }, "net9.0-windows7.0/win-x64": { "Raphael.Net": { "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "KeH6XAohyGYBjKyQNBL67mWQhkmEdQL/brwpc4+C9XA0Ny+HpGOB58zjC6XjWQytczrY6XmfxbEzcQz/Xzbz9w==" + "resolved": "2.1.0", + "contentHash": "MDXWh/jSuwTctU3lMs76jC37KY6mERCBIip4+hl4aqvuyxNkX8WOKyrr0fP0EiV3QHFWoQCn7wxWA9U1or78IA==" } } } diff --git a/Simulator/Craftimizer.Simulator.csproj b/Simulator/Craftimizer.Simulator.csproj index 1f13bef..91c7ab8 100644 --- a/Simulator/Craftimizer.Simulator.csproj +++ b/Simulator/Craftimizer.Simulator.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Solver/Craftimizer.Solver.csproj b/Solver/Craftimizer.Solver.csproj index 110a000..c2b39b5 100644 --- a/Solver/Craftimizer.Solver.csproj +++ b/Solver/Craftimizer.Solver.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Test/Craftimizer.Test.csproj b/Test/Craftimizer.Test.csproj index 3b57c2b..a9afa57 100644 --- a/Test/Craftimizer.Test.csproj +++ b/Test/Craftimizer.Test.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive