I've been tasked to create an application using mono/.NET 4.7.2 on linux.
I've had some experience with .NET Core but I've never used mono before. So I installed mono on a machine running Ubuntu 20.04 but I cannot find the dotnet version that it will be used (since I must use 4.7.2).
- Does it uses my allready existant .NET 5?
- How can I check the version of .NET that will be used by mono?
- More importantly, how can I force to use that specific, 4.7.2, version?
No info from mono --version or csc.