Skip to content

Commit

Permalink
Uninstall NLog.Config NuGet package
Browse files Browse the repository at this point in the history
Copy NLog.config to output directory
  • Loading branch information
Michael Ganss committed Sep 20, 2018
1 parent f2aa91d commit 69d1550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion SyncChanges.Console/SyncChanges.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.10" />
<PackageReference Include="NLog.Config" Version="4.5.10" />
<PackageReference Include="NLog.Schema" Version="4.5.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SyncChanges\SyncChanges.csproj" />
Expand All @@ -29,5 +29,8 @@
<None Update="config.example.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
5 changes: 4 additions & 1 deletion SyncChanges.Service/SyncChanges.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.10" />
<PackageReference Include="NLog.Config" Version="4.5.10" />
<PackageReference Include="NLog.Schema" Version="4.5.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SyncChanges\SyncChanges.csproj" />
Expand All @@ -32,5 +32,8 @@
<None Update="config.example.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit 69d1550

Please sign in to comment.