Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8)

Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8)

yonis_intini
Observer Observer
969 Views
2 Replies
Message 1 of 3

Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8)

yonis_intini
Observer
Observer

Hello everyone,

I recently developed a Revit 2024 plugin using C# and Visual Studio, which currently runs on .NET Framework 4.8.
Now I’d like to use this same plugin in Revit 2025, but since Revit 2025 uses .NET 8, I’m not sure how to properly upgrade the project.

Could someone please explain:

  1. How to reconfigure the project from .NET Framework 4.8 to .NET 8?

  2. Whether I need to modify parts of the code, or if it’s mostly a change in the project configuration?

I would really appreciate any guidance.

Thanks in advance! 

0 Likes
970 Views
2 Replies
Replies (2)
Message 2 of 3

naveen.kumar.t
Autodesk Support
Autodesk Support

Hi @yonis_intini ,

One suggestion to upgrade your Revit project’s .NET Framework to .NET 8 is to use the Upgrade option. Please refer to the attached screenshot for guidance.
Upgrade.png

When you click Upgrade, the Microsoft.NET.UpgradeAssistant.vsix tool will be downloaded. Once installed, You can use this tool to upgrade your Revit projects seamlessly.


Additionally, I suggest reviewing the following Autodesk documentation for more details:https://help.autodesk.com/view/RVT/2025/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Introduction_...


Naveen Kumar T
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 3 of 3

npetulla
Contributor
Contributor

you can also go into the project properties and change the .NET framework there right? thats what i did and it seemed to work okay. 

0 Likes