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
1 Reply
actually i only want to be able to run the project NoteApp.sln by deploying to IIS without installing net core runtime, so im trying to convert them to net framework again