feat: 添加配置多环境文件

This commit is contained in:
陈淳
2023-11-30 16:45:34 +08:00
parent 26f7d67c50
commit 098d4bc85f
2 changed files with 3 additions and 0 deletions

View File

@@ -49,6 +49,9 @@
<ItemGroup> <ItemGroup>
<Content Update="appsettings.Development.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="appsettings.Development.json"> <Content Update="appsettings.Development.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>