When ASP.NET Core 2 Web Application Reference to .NET Standard Library how to also include folders of ".NET Standard Library" in "ASP.NET Core 2 Web Application".
And in this scenario which base path is used to read file inside ".NET Standard Library".
Like ".NET Standard Library" containing folder called "Templates" with some text files then how to read those files inside ".NET Standard Library" that is referenced by "ASP.NET Core 2 Web Application".
