Maoni0 / realmon

A monitoring tool that tells you when GCs happen in a process and some characteristics about these GCs
MIT License
281 stars 25 forks source link

Requires .NET 3.1.0 when newer .NET installed #28

Closed accent closed 2 years ago

accent commented 2 years ago

When I installed the tool and tried to run it, I get an information: required .NET 3.1.0 (runtime or SDK) while I have installed .NET 5 and 6.

When I installed 3.1.0 SDK, it works fine.

Attaching screenshot.

obraz

Expected behavior: it should run on newer version of .NET.

Maoni0 commented 2 years ago

hi @accent! this should be fixed by ver 0.5.0 (I just verified it). could you please try and let me know if it's fixed?

accent commented 2 years ago

Hi @Maoni0, I confirm it's fixed.

Maoni0 commented 2 years ago

cool! closing. fixed by this commit.