appsettings is now shared through the 'Secrets' project.

secrets are now expected inside a appsettings.secrets.json inside the 'Secrets' project.
This commit is contained in:
2021-05-19 19:41:03 +02:00
parent e7de64d04c
commit dd651629cb
17 changed files with 31 additions and 77 deletions

View File

@@ -6,9 +6,6 @@
</PropertyGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Data\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>