|
|
|
@ -30,9 +30,15 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="appsettings.json" /> |
|
|
|
<None Remove="appsettings.*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Content Include="appsettings.*.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
|