feat: add config file

This commit is contained in:
k0t9i
2023-01-28 17:43:41 +04:00
parent 4778f1c478
commit 16630de6a4
3 changed files with 52 additions and 28 deletions

View File

@@ -8,6 +8,12 @@
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Content Include="config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />