clr-loader
clr-loader copied to clipboard
Allow passing a runtime version to `get_coreclr`
With this, loading a specific dotnet runtime with pythonnet is as simple as calling pythonnet.load("coreclr", runtime_version="9.0"), without needing to create a runtimeconfig.json or a DotnetCoreRuntimeSpec object