bvn-architecture / RevitBatchProcessor

Fully automated batch processing of Revit files with your own Python or Dynamo task scripts!
GNU General Public License v3.0
288 stars 76 forks source link

Update to .Net Framework 4.8 #82

Closed kraftwerk15 closed 2 years ago

kraftwerk15 commented 3 years ago

Purpose migrating to .NET Framework 4.8. This should provide the same functionality, but I have not tested in every Revit instance.

I started this because R15 / R16 still utilized .NET Framework 4.5, which has reached end of life. The developer pack can no longer be downloaded from Microsoft, to my knowledge.

This removes the requirement of having to download 4.5, 4.7, and 4.8 (and in the future over to the .NET streamlined instances).

Can confirm a successful build after these modifications.