Update Byond.TopicSender to v7.1.0

This commit is contained in:
Jordan Dominion
2023-12-14 23:11:25 -05:00
parent 7b3fa4a53c
commit ea1fecb4fd
@@ -63,7 +63,7 @@
<!-- Usage: Concise throw statements for native Win32 errors -->
<PackageReference Include="BetterWin32Errors" Version="0.2.0" />
<!-- Usage: Interop with BYOND's /world/Topic -->
<PackageReference Include="Byond.TopicSender" Version="7.0.8" />
<PackageReference Include="Byond.TopicSender" Version="7.1.0" />
<!-- Usage: 503'ing request pipeline until server is finished initializing -->
<PackageReference Include="Cyberboss.AspNetCore.AsyncInitializer" Version="1.2.0" />
<!-- Usage: IRC interop -->
@@ -129,6 +129,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Byond.TopicSender\Byond.TopicSender\Byond.TopicSender.csproj" />
<ProjectReference Include="..\Tgstation.Server.Api\Tgstation.Server.Api.csproj" />
<ProjectReference Include="..\Tgstation.Server.Host.Common\Tgstation.Server.Host.Common.csproj" />
</ItemGroup>