Sir,
While following the tutorial at Developer Command Prompt after enabling the support for static file my application does not build successfully .
When I add the code line "
app.UseStaticFiles();" then this app does not compile.
How to add the UseStaticFiles package at Developer Command Prompt
Regards