Skip to content

Commit

Permalink
fixed config man bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Aug 17, 2023
1 parent 23b7ce3 commit 6eceddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Terminal.Gui/Terminal.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
</PropertyGroup>
<!-- =================================================================== -->
<!-- Configuration Manager -->
<!-- =================================================================== -->
<ItemGroup>
<None Remove="Resources\config.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\config.json" />
</ItemGroup>
<!-- =================================================================== -->
<!-- Dependencies -->
<!-- =================================================================== -->
<ItemGroup>
Expand Down

0 comments on commit 6eceddd

Please sign in to comment.