Message 1 of 3
Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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:
How to reconfigure the project from .NET Framework 4.8 to .NET 8?
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!