We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9804a9b commit 7df477bCopy full SHA for 7df477b
EXILED-DLL-Archiver/Program.cs
@@ -26,7 +26,7 @@ public static void Main(String[] args)
26
27
List<string> plugins = new List<string> { "Exiled.CreditTags", "Exiled.CustomModules", "Exiled.Events", "Exiled.Permissions", };
28
List<string> pluginsDep = new List<string> { "0Harmony", "System.ComponentModel.DataAnnotations" };
29
- List<string> nwDep = new List<string> { "Exiled.API", "SemanticVersioning", "Mono.Posix" };
+ List<string> nwDep = new List<string> { "Exiled.API", "SemanticVersioning", "Mono.Posix", "YamlDotNet" };
30
31
try
32
{
0 commit comments