The framework 'Microsoft.AspNetCore.App', version '5.0.0' (x64) was not found.
Hi guys
I've been trying for several hours now to install Umbraco 9 with the CLI, but I keep getting the same error.
It was not possible to find any compatible framework version
The framework 'Microsoft.AspNetCore.App', version '5.0.0' (x64) was not found.
- The following frameworks were found:
6.0.1 at [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
you've probably tried this already but it sounds like you don't have .net 5 installed on your machine only the newer .net 6. If this is the case just download the SDK from the link it provided for you.
If that doesn't work you may have to uninstall .net 6 first as it may be getting confused with multiple versions.
The framework 'Microsoft.AspNetCore.App', version '5.0.0' (x64) was not found.
Hi guys
I've been trying for several hours now to install Umbraco 9 with the CLI, but I keep getting the same error.
It was not possible to find any compatible framework version The framework 'Microsoft.AspNetCore.App', version '5.0.0' (x64) was not found. - The following frameworks were found: 6.0.1 at [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at: - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=5.0.0&arch=x64&rid=win10-x64
I tried almost everything, and on several different PCs.
Is this a known bug or does anyone have any idea on how to solve this.
Thanks in advance
Henrik
Hi Henrik,
you've probably tried this already but it sounds like you don't have .net 5 installed on your machine only the newer .net 6. If this is the case just download the SDK from the link it provided for you.
If that doesn't work you may have to uninstall .net 6 first as it may be getting confused with multiple versions.
cheers, Alex
Great
I tried uninstalling and now it's working.
Thanks alot Alex!
is working on a reply...