Copy nlog config to output

This commit is contained in:
barelyprofessional
2024-03-26 13:38:48 +08:00
parent 96e553845f
commit dd0aaa954f

View File

@@ -24,8 +24,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="config.json" />
<Content Include="config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Content Include="config.json" />
<None Remove="NLog.config" />
<Content Include="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>