Skip to content

Commit

Permalink
Merge pull request #2374 from Dre-Tas/patch-1
Browse files Browse the repository at this point in the history
Add System.Runtime to __init__.py
  • Loading branch information
jmcouffin authored Aug 23, 2024
2 parents d6c355f + 3d85070 commit a0c7874
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyrevitlib/pyrevit/runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,10 @@ def get_references():
# 'IronRuby', 'IronRuby.Libraries',
ref_list = [
# system stuff
'System', 'System.Core',
'System', 'System.Core', 'System.Runtime', 'System.Linq', 'System.Collections',
'System.Xaml', 'System.Web', 'System.Xml', 'System.Numerics',
'System.Drawing', 'System.Windows.Forms',
'System.Drawing', 'System.Drawing.Common', 'System.Windows.Forms',
'System.ComponentModel.Primitives',
'PresentationCore', 'PresentationFramework',
'WindowsBase', 'WindowsFormsIntegration',
# legacy csharp/vb.net compiler
Expand Down

0 comments on commit a0c7874

Please sign in to comment.