Skip to content

Commit 7df477b

Browse files
Added YamlDotNet to nw dep
1 parent 9804a9b commit 7df477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXILED-DLL-Archiver/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void Main(String[] args)
2626

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

3131
try
3232
{

0 commit comments

Comments
 (0)