I am getting this error "It was not possible to find any compatible framework versionThe framework 'Microsoft.NETCore.App', version '2.0.0' was not found." on several azure learn modules when running the project from cloud shell.
for example https://docs.microsoft.com/en-us/learn/modules/implement-message-workflows-with-service-bus/5-exercise-write-code-that-uses-service-bus-queues I am stuck.
The only posted workaround I found on the dev communities is other students who faced the same problem and their workaround of changing the csproj to target framework to 3.1 (which is installed on cloud shell) doesn't work for me since it results in other build errors!
Please help! I am a novice at this and need step by step instructions.