Stiamo provando a distribuire la nostra app Web dopo l'aggiornamento a .NET Core 3.0, ma continua a ricevere il messaggio "servizio non disponibile". Se proviamo a correre dotnet
da Kudu ( dotnet webapp.dll
) otteniamo il seguente errore:
It was not possible to find any compatible framework version
The specified framework 'Microsoft.AspNetCore.App', version '3.0.0' was not found.
- The following frameworks were found:
2.1.10 at [D:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App]
2.1.12 at [D:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App]
2.1.13 at [D:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App]
2.2.5 at [D:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App]
2.2.6 at [D:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App]
2.2.7 at [D:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The .NET Core frameworks can be found at:
- https://aka.ms/dotnet-download
Abbiamo provato a installare .NET Core 3.0 con la guida di Microsoft per Azure , ma senza successo.
Eventuali suggerimenti?