Remove random reference to Byond.TopicSender assembly in test project

This commit is contained in:
Jordan Brown
2022-09-19 10:47:04 -04:00
parent 806ca08732
commit fcc4c4c70c
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../build/Version.props" />
<PropertyGroup>
@@ -24,12 +24,6 @@
<ProjectReference Include="..\..\src\Tgstation.Server.Host\Tgstation.Server.Host.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Byond.TopicSender">
<HintPath>..\..\..\Byond.TopicSender\Byond.TopicSender\bin\Debug\netstandard2.1\Byond.TopicSender.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="test.bat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>