Skip to content

Commit 044158f

Browse files
committed
chore: Add explicit copy step for appsettings
1 parent 9c356cb commit 044158f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ProjectTemplates/templates/NetCord.GenericHost/NetCord.Template.Bot.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@
1515
<PackageReference Include="NetCord.Hosting" Version="1.0.0-alpha.363" />
1616
<PackageReference Include="NetCord.Hosting.Services" Version="1.0.0-alpha.363" />
1717
</ItemGroup>
18+
19+
<ItemGroup>
20+
<Content Update="appsettings.json">
21+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22+
</Content>
23+
</ItemGroup>
1824
</Project>

0 commit comments

Comments
 (0)