We have upgraded our .Net project from 2.2 to 3.1. However when we look at the deployed app service, it still shows that the latest SDK is 2.2 instead of 3.1.
Here's the build pipeline:

Here's the Runtime SDK's:

How do we deploy this to reflect the correct SDK?
Thanks!