Skip to content

Commit

Permalink
Merge pull request #4 from BoltonDev/master
Browse files Browse the repository at this point in the history
Remove `Exiled.API` and `SemanticVersioning` from Exiled dependencies as they are already loaded in Northwood deps
  • Loading branch information
NaoUnderscore authored May 25, 2024
2 parents a8ab9ca + ea76f5a commit 9804a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED-DLL-Archiver/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void Main(String[] args)
string nw_plugin_deps_path = Path.Combine(nw_plugin_path, "dependencies");

List<string> plugins = new List<string> { "Exiled.CreditTags", "Exiled.CustomModules", "Exiled.Events", "Exiled.Permissions", };
List<string> pluginsDep = new List<string> { "0Harmony", "Exiled.API", "SemanticVersioning", "System.ComponentModel.DataAnnotations" };
List<string> pluginsDep = new List<string> { "0Harmony", "System.ComponentModel.DataAnnotations" };
List<string> nwDep = new List<string> { "Exiled.API", "SemanticVersioning", "Mono.Posix" };

try
Expand Down

0 comments on commit 9804a9b

Please sign in to comment.