We started a project as .Net Core (C#), but it's become apparent that Core isn't backwards compatible with some packages we need, so we need to change the Core library to the older Framework library.
Is there a way of doing this easier than simply copying and pasting all the code over to a new project?