You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
We are writing a Microstation plugin (will hopefully be open sourced once it reached MVP) and have encountered a problem: Microstation supports dotNet 4.6.1 and will not be adding support for later versions...
Two questions:
Do you have any overaching concerns with downgrading the target framework?
Do you have any suggestions about how the downgrade could be tested? The solution builds with dotNet 4.6.1, is that enough?
The text was updated successfully, but these errors were encountered:
It would have to be tested with the Revit plugin - the only one we have developed that is currently using this UI and that's on a later .Net Framework (4.8). In general, 4.8 should play nicely with earlier ones, but best to check!
We should also check with the community to see if it would break anything for them.
Anyways, great news about Microstation!
cc @izzylys something to keep in mind for the 2.x UI!
Hi @didimitrie and @teocomi ,
We are writing a Microstation plugin (will hopefully be open sourced once it reached MVP) and have encountered a problem: Microstation supports dotNet 4.6.1 and will not be adding support for later versions...
Two questions:
The text was updated successfully, but these errors were encountered: