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

@@ -21,10 +21,6 @@
<Content Update="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="NLog.config" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>