Removed NLog.config from copy to output directory as it was messing up publishing

This commit is contained in:
barelyprofessional
2025-02-04 20:50:58 +08:00
parent b7e829d30a
commit d053acd201
4 changed files with 0 additions and 24 deletions

View File

@@ -12,11 +12,4 @@
<PackageReference Include="Websocket.Client" Version="5.1.2" />
</ItemGroup>
<ItemGroup>
<None Remove="NLog.config" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>