Folks, i have looked but not able to find an answer to what i imagine should be pretty straightfotward.
i have instantiated a default Blazor template with two projects (as per default template). sorry for using screenshot but its easier to cover the picture of what is going on rather than long text.
i am aiming at maintaining some stylesheets in the Client project. i have created a sample client-styles.css file in the Client project and i expect to be able to consume it on the main App.razor also as per screeshot.
[![enter image description here][1]][1]
Everything else is pretty much left as default. However, my problem is – the application is not finding it when ran.
[![enter image description here][2]][2]
i am obviously missing something obvious. can someone please point me in the right direction. thank you.
[1]: https://i.sstatic.net/z31FLM5n.png
[2]: https://i.sstatic.net/fzsHFQS6.png