Skip to content

Commit

Permalink
Fix runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 10, 2023
1 parent 7816705 commit 5112c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pythonnet
import typing_extensions as te

pythonnet.load()
pythonnet.load('coreclr')
import System
from System.Numerics import BigInteger

Expand Down

0 comments on commit 5112c8e

Please sign in to comment.