There was an error while loading. Please reload this page.
1 parent 3debad7 commit 3194d05Copy full SHA for 3194d05
1 file changed
Content.Packaging/ServerPackaging.cs
@@ -62,6 +62,7 @@ public static class ServerPackaging
62
private static readonly List<string> ServerNotExtraAssemblies = new()
63
{
64
"Microsoft.CodeAnalysis",
65
+ "System.Diagnostics.EventLog.Messages", // Starlight
66
};
67
68
private static readonly HashSet<string> BinSkipFolders = new()
0 commit comments