Skip to content

Commit

Permalink
Changed sample config file to be copied along
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed Jul 4, 2021
1 parent 72a9384 commit 544b8fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ConsoleAppCore/ConsoleAppCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@
<PackageReference Include="KoenZomers.Ring.Api" Version="0.4.3.2" />
</ItemGroup>

<ItemGroup>
<None Update="Settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit 544b8fe

Please sign in to comment.