net core to net framework for some reason

hi all, if we have a asp net core solution that contains for example (NoteApp.sln) :
-console project
-web project
-db project

is it possible to convert all of them to net framework version again? some article said it's possible but im not sure if by editing the .csproj only will works, because in net framework we dont have a appsettings.json file
Was this page helpful?