AspNet Core Shared Settings
Sometimes there are app settings which you need to share across multiple projects within the same Visual Studio solution (e.g., database connections). You can always keep multiple appsettings.json files synchronized…but
Sometimes there are app settings which you need to share across multiple projects within the same Visual Studio solution (e.g., database connections). You can always keep multiple appsettings.json files synchronized…but