.Net Core 6.0
linkDescription
It is now possible to compile applications with .Net Core 6.0.
To do so you must:
- install .Net Core 6.0, downloading it from Microsoft's official site.
- use wizards to change the version of .Net to be used for compiling.

Features involved
Applications compiled with .Net Core 6.0.
Notes
- If there are dependencies from dlls, you'll need to check if they're compatible with .Net Core.
- Publication using IDManager is not currently able to create the application pool for .Net Core. This means it must be created by hand, setting the ".NET CLR Version" property to the value "No Managed Code". The rest of publication takes place normally with the corresponding copying of the files and database maintenance.
- .Net Core cannot currently be used to compile Web services and Batch services.
Changed on: 24/05/2022 / From version: 22.0.8500