I have these 2 solutions with this structure
Solution1
- UI
- Data
- ClassLibrary
Solution2
- UI
- Data
- ClassLibrary
Solution1 and Solution2 have their own appsettings.json called sone.json and stwo.json located in their respective ClassLibrary projects.
However, when I run Solution2 and reference Solution1, I get an error that says that the application can't find sone.json using the basepath of Solution2. How can I specify that sone belongs in Solution1? Can I hardcode the path for it?