We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65344a6 commit 724ca1eCopy full SHA for 724ca1e
clr_loader/ffi/__init__.py
@@ -23,7 +23,7 @@ def load_coreclr(runtime):
23
24
def load_hostfxr(dotnet_root):
25
hostfxr_name = _get_dll_name("hostfxr")
26
- hostfxr_path = os.path.join(dotnet_root, "host", "fxr", "3.*", hostfxr_name)
+ hostfxr_path = os.path.join(dotnet_root, "host", "fxr", "?.*", hostfxr_name)
27
28
for hostfxr_path in reversed(sorted(glob.glob(hostfxr_path))):
29
try:
0 commit comments