We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c356cb commit 044158fCopy full SHA for 044158f
ProjectTemplates/templates/NetCord.GenericHost/NetCord.Template.Bot.csproj
@@ -15,4 +15,10 @@
15
<PackageReference Include="NetCord.Hosting" Version="1.0.0-alpha.363" />
16
<PackageReference Include="NetCord.Hosting.Services" Version="1.0.0-alpha.363" />
17
</ItemGroup>
18
+
19
+ <ItemGroup>
20
+ <Content Update="appsettings.json">
21
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22
+ </Content>
23
+ </ItemGroup>
24
</Project>
0 commit comments