mono
mono copied to clipboard
My project targets .Net 4.8 but mono shows running version 4.0.30319.42000 in the browser during debug
Steps to Reproduce
- Load an .net 4.8 project that was built on windows into Mac version of Visual studio running mono 6.12.0
- Run project in debug
- When a server occurs, mono web server prints an error screen. At the bottom the >net version is shown to be 4.0.30319.42000
Wrong version being used causing errors as I need features supported in NET45 and above
The same version that my project targets
On which platforms did you notice this
[X] macOS [ ] Linux [ ] Windows
Version Used: 6.12.0 Visual Studio Channel
Stacktrace
Please paste the stack trace here if available.