- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
Currently I'm developing an adding for Revit 2024 using the Revit API 2024. Now we are starting to also use Revit 2025 for new projects, and of course we'd like the addin to be available in these projects too. I've read a lot about the process of migrating from .Net Framework 4.8 to .Net Core 8.0 but I'm feeling lost when it comes to handling and developing multiple versions side by side (potentially due to me beeing relatively new in software engineering). To me it seems like it will lead to double the amount of work...
Would it be possible to keep using the addin for Revit 2024, using Framework 4.8, in Revit 2025 as long as I'm sticking to the features available in the 2024 API? I have done some initial testing and it seems to work fine loading the addin and using the commands, but I haven't yet tested enough to know if it will break in certain special situations.
In this case my plan would be to stick with this version until we're not continuously adding features and then do a one time upgrade, and continue developing the .Net core 8 version only in the future.
Would be happy for any thoughts or guidance on the matter.
Thanks
Solved! Go to Solution.