Skip to content

Commit

Permalink
Correção de build de appsettings.json (não copiava para target).
Browse files Browse the repository at this point in the history
  • Loading branch information
HClausing committed Jan 3, 2024
1 parent a8df471 commit cf7d3c6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,10 @@
<Folder Include="ThirdPart Services\" />
</ItemGroup>

<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit cf7d3c6

Please sign in to comment.