Skip to content

Commit

Permalink
Include appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Apr 15, 2024
1 parent f0e8edc commit c8f3f27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DiscordBot/DiscordBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.Grafana.Loki" Version="8.3.0" />
</ItemGroup>

<ItemGroup>
<None Remove="appsettings.json" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>

0 comments on commit c8f3f27

Please sign in to comment.