We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb35462 commit b81f447Copy full SHA for b81f447
src/SiteMonitor/SiteMonitor.csproj
@@ -38,4 +38,15 @@
38
<ItemGroup>
39
<ProjectReference Include="..\nullinside-api\src\Nullinside.Api.Common\Nullinside.Api.Common.csproj"/>
40
</ItemGroup>
41
+
42
+ <ItemGroup>
43
+ <None Remove="log4net.config" />
44
+ <Content Include="log4net.config">
45
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
46
+ </Content>
47
+ <None Remove="log4net.debug.config" />
48
+ <Content Include="log4net.debug.config">
49
50
51
+ </ItemGroup>
52
</Project>
0 commit comments