A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Found multiple publish output files with the same relative path: appsettings.json
-- --
957
Reputation points
Hi
I have an asp.net core Web API project with an appsettings.json file. This project in turn references an MS Graph project which has its own appsettings.json with MS Graph configuration values.
When solution is published understandably it complains of the two appsettings.json going into the same publish folder.
As far as I can see I need both appsettings.json files. How can I resolve this issue?
Thanks
Regards
Developer technologies | ASP.NET Core | Other
Developer technologies | ASP.NET Core | Other
Sign in to answer