

NET to develop applications in any development environment that targets the. Mono will auto-detect the runtime required by probing the CIL that it is loading, so there is no need to specify it unless you really need to force a different runtime version.įYI: Mono installs shell scripts for tools/utilities for xsp4 (and others) so you do not have to hand-type the paths: cat `which xsp4`Įxec /Library/Frameworks/amework/Versions/4.2.1/bin/mono $MONO_OPTIONS "/Library/Frameworks/amework/Versions/4.2.1/lib/mono/4.5/xsp4. .NET Framework 4.6.2.NET Framework 4.7.1.NET Framework 4.7.2.NET Standard 2.0 (.NET Core 2.0/2.1).NET 5.0 Mono Framework. Mono/.NET Framework CorFlags Conversion Tool. If you disasm xsp4.exe you will see that it requires a host that can provide the CLR 4.0 runtime: ikdasm xsp4.exe | head -n 2 This essentially means that more or less any ASP.NET application that you have developed using with the.
Mono framework version supported full#
This includes full support for ASP.NET Web Forms and Web Services. Starting with this version, we no longer run regression tests on. The latest stable version of Mono, version 1.0.5, has a fully functional implementation of ASP.NET. filipw mentioned this issue on Dec 27, 2020. NET Standard 2.0 which allows it to run on. rprouse mentioned this issue on Nov 24, 2020. That option is to control the CLR runtime: CLR version. filipw changed the title Mono distributable with MSBuild 16.7 Mono distributable with MSBuild 16.8 on Nov 19, 2020.
