I have an App Service on Azure Cloud for my .NET Core Web application. I decided to update my solution to .NET Core SDK to version 2.1.101 with runtime in version 2.0.6. When I try to start my application on Azure App Service, I get error which tells me that I can not run my application because of missing runtime in version 2.0.6. The highest installed version on Azure is 2.0.5.
The question is how can I install the newest version of .NET Core SDK (2.1.101)?
I tried with Site Extensions (Kudu) and run PowerShell scripts, but nothing works for me.



