The framework 'Microsoft.AspNetCore.App', version '5.0.0' was not found

Hi,
How to fix that ?

It was not possible to find any compatible framework version
The framework ‘Microsoft.AspNetCore.App’, version ‘5.0.0’ was not found.

  • No frameworks were found.

You can resolve the problem by installing the specified framework and/or SDK.

The specified framework can be found at:

btw i already installed Microsoft.AspNetCore.App version 5.0.4 and same issue and i tried 5.0.0 also the same
issue happen only with openbullet2.exe
updater.exe become work fine

The updater doesn’t use asp.net core, it just uses simple .NET core.
You need the asp.net core runtime. They are 2 different things.

1 Like

btw when i installed this

the updater become work and openbullet not work
don’t care about updater, now i just need to know how to fix that i already installed asp/.net 5.0.4 64bits and it stay ask me for asp/.net

I already said you don’t need the DESKTOP runtime, you need the ASP.NET runtime. They are 2 different things. Otherwise just install the SDK and it will install everything needed, it’s a bit heavier but it gets the job done.

okay it’s working fine now thnx :slight_smile: