4
votes

I recently upgraded my ASP .Net Core 2.2 Web API to .Net Core 3.0. Now, when I publish to Azure App Service from within Visual Studio 2019 Community (latest updates installed) I get this message:

There was a problem starting PropWorx.API on propworx-api-san. Your application requires the .NET Core 3.0.0 runtime, but Microsoft Azure App Service only supports the following versions: 2.1.12, 2.1.13, 2.2.6, 2.2.7 and 3.0.0.

enter image description here

Yet, the API appears to work just fine once deployed. Is this something I should be concerned about?

1

1 Answers

5
votes

Don't worry much about it as its just a warning, You can keep track on the latest releases on the ASP.NET Core on App Service Dashboard