You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey people,
I'm trying to get this awesome project to run on Ubuntu 22.04, however without any success. I've gotten as far as to open the project in VS code, however code complains about missing dotnet 4.7 components. I followed the instructions on github and installed dotnet-sdk-8.0 as well, however I'm getting the same error messages. Is there anything else to take care of?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
It was wrote with old version of dot net. I think you need mono to installed on linux to cover for the dotnet framework 4.7 We used mono to run it back in the day. It's been a while since I have tried my self.
oh and it has two different runtime one for Linux and one for Windows. I think the only thing different was some compile flags so some code was skipped that only worked on Windows.
Hey people,
I'm trying to get this awesome project to run on Ubuntu 22.04, however without any success. I've gotten as far as to open the project in VS code, however code complains about missing dotnet 4.7 components. I followed the instructions on github and installed dotnet-sdk-8.0 as well, however I'm getting the same error messages. Is there anything else to take care of?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: