From ae1f893b68b02e16e6a3659d0bb7b3ef1ef697ee Mon Sep 17 00:00:00 2001
From: NoobNotFound <8273016+NoobNotFound@users.noreply.github.com>
Date: Thu, 22 Aug 2024 18:46:32 +0530
Subject: [PATCH] fix some typos in mod downloader, update some dependencies
---
Directory.Packages.props | 6 +++---
Emerald.CoreX/Store/Modrinth/JSON.cs | 1 +
Emerald.CoreX/Store/Modrinth/Stores.cs | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 9c44b086..33ac9a87 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -17,10 +17,10 @@
-
-
+
+
-
+
\ No newline at end of file
diff --git a/Emerald.CoreX/Store/Modrinth/JSON.cs b/Emerald.CoreX/Store/Modrinth/JSON.cs
index fee9bfea..53753575 100644
--- a/Emerald.CoreX/Store/Modrinth/JSON.cs
+++ b/Emerald.CoreX/Store/Modrinth/JSON.cs
@@ -4,6 +4,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
+using Newtonsoft.Json;
namespace Emerald.CoreX.Store.Modrinth.JSON;
diff --git a/Emerald.CoreX/Store/Modrinth/Stores.cs b/Emerald.CoreX/Store/Modrinth/Stores.cs
index d9172302..ae3c7605 100644
--- a/Emerald.CoreX/Store/Modrinth/Stores.cs
+++ b/Emerald.CoreX/Store/Modrinth/Stores.cs
@@ -5,7 +5,7 @@
using System.Threading.Tasks;
using Emerald.CoreX.Store.Modrinth.JSON;
using Microsoft.Extensions.Logging;
-using CMLLib.Core;
+using CmlLib.Core;
namespace Emerald.CoreX.Store.Modrinth;
public class ModStore : ModrinthStore