Skip to content

Commit

Permalink
fix: include appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
cptchloroplast committed Jan 7, 2024
1 parent fab1a7d commit 9d1c667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<None Include="appsettings.json" CopyToOutputDirectory="Always" />
<None Include="appsettings.json" CopyToOutputDirectory="Always" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

Expand Down

0 comments on commit 9d1c667

Please sign in to comment.