I've started working on an existing website for my company. Its designed in webforms with .net targetFramework="net461"
Its a funny project... funny as in the sense there is no .csproj file.
(packages.config and webconfig etc all exist)
I know what a .csproj file is and where it is stored but it does not exist in this project.
This is an old project and the developer who designed it has long since left.
To be sure iv manually searched for the file ext in the file explorer.
I thought .csproj file was needed to run the project?
Anyway we are in the process of moving this site to an app service but when building the pipeline it is failing with .csproj was not found
Is it as simple as manually adding one? or what do you advise? anyone have any advice? Thanks
Or if anyone is aware of a work around to get it built on the pipeline?