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

@@ -30,12 +30,6 @@
<PackageReference Include="HtmlAgilityPack" Version="1.11.71" />
<PackageReference Include="ReactiveUI" Version="20.1.63" />
</ItemGroup>
<ItemGroup>
<None Remove="NLog.config" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KfChatDotNetWsClient\KfChatDotNetWsClient.csproj" />
</ItemGroup>