mono icon indicating copy to clipboard operation
mono copied to clipboard

My project targets .Net 4.8 but mono shows running version 4.0.30319.42000 in the browser during debug

Open julianadormon opened this issue 3 years ago • 0 comments

Steps to Reproduce

  1. Load an .net 4.8 project that was built on windows into Mac version of Visual studio running mono 6.12.0
  2. Run project in debug
  3. 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.

julianadormon avatar Aug 01 '22 19:08 julianadormon