I am banging my head on the wall trying to figure out how to set up my connection string for my WPF .net core 3.1 app, Everything I see says to use app.config then when I look up app.config I see use appsettings.json, neither file is natively built into the project.
I feel like I am missing a baked-in way to add and access my connection string, please advise.