Skip to content

Commit

Permalink
Add Byond.TopicSender dependency to packaging (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored Oct 21, 2023
1 parent f1dc153 commit fab7697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenDreamPackageTool/ServerPackaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public static class ServerPackaging {
"OpenDreamShared",
"OpenDreamRuntime",
"Byond.TopicSender",
"Microsoft.Extensions.Logging.Abstractions", // dep of Byond.TopicSender
"DMCompiler"
};

Expand All @@ -43,6 +44,7 @@ public static class ServerPackaging {
"OpenDreamShared",
"OpenDreamRuntime",
"Byond.TopicSender",
"Microsoft.Extensions.Logging.Abstractions", // dep of Byond.TopicSender
"DMCompiler"
};

Expand Down

0 comments on commit fab7697

Please sign in to comment.