Skip to content

Commit

Permalink
Added YamlDotNet to nw dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo committed Jun 23, 2024
1 parent 9804a9b commit 7df477b
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 @@ -26,7 +26,7 @@ public static void Main(String[] args)

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

try
{
Expand Down

0 comments on commit 7df477b

Please sign in to comment.