Italiano
Instant Developer Foundation Documentation
  • Release notes
  • Version 22.0.8500
  • New features

.Net Core 6.0

link

Description

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.


At this point, simply recompile the application and it will launch with .Net Core.

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

Is this article helpful?

Thank you for your feedback!

Need more help?

Check out the forum

See also

    Sito ufficiale Microsoft .NET Core