when upgrading .NET framework from 3.1 to 6.0 after deployment notcoreapp3.1 file displaying in server
Loading
when upgrading .NET framework from 3.1 to 6.0 after deployment notcoreapp3.1 file displaying in server
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Nov 10, 2023, 3:51 PM
It's possible that the server still has references to the old .NET Core 3.1 runtime, or the deployment process wasn't successful. Check that you have the .NET 6.0 SDK and Runtime installed on the server. If the server still contains old files from the previous version, clean up the deployment folder to remove any remnants of the .NET Core 3.1 application.