azureazure-web-app-service

Azure Roadmap : ASP.NET Core 3.0


When we deploy an ASP.NET Core 3.0 on Azure we get this error:

The current .NET SDK does not support targeting .NET Core 3.0

Okay... but do you know when ASP.NET Core 3.0 will be available in Azure App Service?

Thank you


Solution

  • As of now its not deployed and no estimates are provided

    But you should be able to do it your self

    Install the preview site extension

    1. From the Azure Portal, navigate to the App Service.
    2. Select the web app.
    3. Type "ex" in the search box to filter for "Extensions" or scroll down the list of management tools.
    4. Select Extensions.
    5. Select Add.
    6. Select the ASP.NET Core {X.Y} ({x64|x86}) Runtime extension from the list, where {X.Y} is the ASP.NET Core preview version and {x64|x86} specifies the platform.
    7. Select OK to accept the legal terms.
    8. Select OK to install the extension.