C
C#3y ago
zi_you

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
zi_you
zi_youOP3y ago
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

Did you find this page helpful?