Message 1 of 2
Can .Net Framework 4.8 be targeted to Revit 2019 and 2020 add-ins?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I'm updating my add-ins to Revit 2021 and found out that I will need to change the target framework from .NET Framework 4.7 to .NET Framework 4.8.
My question is: when I change the target framework will my add-in still work well for Revit 2019 and Revit 2020?
I've already read this post about .NET 4.7 (https://forums.autodesk.com/t5/revit-api-forum/can-i-develop-a-revit-addon-with-net-framework-4-7-2/...) in which Jeremy Tammik says "Nobody can answer this question without testing." but I want to know if anyone has already tested it for the actual version.
Obs: I'm already using this (https://archi-lab.net/how-to-maintain-revit-plug-ins-for-multiple-versions/) method to keep the add-in working for multiple versions.