1
0

fix Config.json

This commit is contained in:
2023-07-25 17:11:00 +08:00
parent 784ece36cd
commit cb33113e8a
3 changed files with 25 additions and 2 deletions

View File

@@ -13,4 +13,11 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="../Config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>Config.json</TargetPath>
</ContentWithTargetPath>
</ItemGroup>
</Project>