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