Message 1 of 4
.NET Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have been developing Revit add-ins since Revit 2017. I have created a multi-version solution in Visual Studio so I only have one place to edit my code across all versions. Works lige a charm.
Revit 2021 and 2022 is targeting .NET 4.8 and therefore my whole project is using that and when i compile my code to Revit 2017 is works great using .NET 4.8.
Are there any issues by doing what I am doing? I am asking because i can see other places that other developers are not only targeting different Revit versions but also the specific .NET version.
Why is that, if you can compile using the highest supportet .NET framework which is now 4.8 and compile it for all versions of Revit without any issues?