I found the solution here.
In short, edit your csproj file, and add to your PropertyGroup section the following entry:
<GenerateRuntimeConfigurationFiles>True</GenerateRuntimeConfigurationFiles>
I found the solution here.
In short, edit your csproj file, and add to your PropertyGroup section the following entry:
<GenerateRuntimeConfigurationFiles>True</GenerateRuntimeConfigurationFiles>