Windows (.net5.0 or higher) Project - can't rollback

So I have created many projects that are Windows - Legacy (.net461)
There is 0 problem with these - simpl download older .nupgk package off of orchestrator, convert it to ZIP and bam - I have everything in the lib folder

However I’ve created a project that is of type Windows (.net5.0 or higher).
Man, what a mistake. I can’t roll it back. I’m downloading an older package, converting to zip and inside lib folder there are only .dll files, there is no Main, no other sequences.
There is project.json file, however when I open it there still is no main or other sequences. What a bullshit.

Any idea how to rollback? And whats the point of not using Legacy? To make your life harder? I don’t get it. Help please.

If you have the “Include Sources” switched on, the project files should be present in the package. You can find it in Project Settings:

You can find the project files inside “content” folder of the package.

I would strongly advise you to consider using a Version Control system like Git, if you are not using one already.

1 Like

Thanks, turns out I’ve had “Include Sources” turned off during the publishing process…
Oh well, time to rollback manually D:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.