I'm trying to include some cshtml
files like Default.cshtml
into another class library project which generate a Nuget package. I have set Content
for its Build Action but in the consumer project when I ran the project it still can't find this file! although I can see this file in my visual studio after adding that Nuget package.
How can I include these file in the Nuget package?