Migrating Revit to .NET 10

Revit 2027 has been updated to use the final .NET 10 runtime for running Revit and building add-ins.

The appropriate runtime is installed automatically. If another .NET 10 runtime is already installed, it should be removed to avoid conflicts.

For Add-In Developers

To build add-ins:

  • Install SDK 10.0.100
  • If applicable, update global.json
  • Address minor breaking changes introduced since .NET 8

This migration ensures Revit aligns with the latest Microsoft platform standards and future development support.

This feature is described on the product road map.