isJuhn / KAMI

Kot And Mouse Injector
MIT License
124 stars 13 forks source link

The program doesn't recognize installed frameworks. #76

Closed UberZer0 closed 1 year ago

UberZer0 commented 1 year ago

From the link, I downloaded SDK which included the necessary runtimes however program always prompts me to get it. Ekran görüntüsü 2023-03-08 032037

isJuhn commented 1 year ago

try open cmd and run dotnet --list-sdks and dotnet --list-runtimes and show results

UberZer0 commented 1 year ago

thumbnail_image Here you go, I think sending it by mail somehow made it worse.

isJuhn commented 1 year ago

I guess maybe latest release is still on .net 6 (we have no automatic release pipeline) try downloading the artifacts for the top result in the Actions tab. Or build from source. Or install .net 6.

UberZer0 commented 1 year ago

That one worked, thank you.