Allow passing a runtime version to `get_coreclr` by Parnassius · Pull Request #105 · pythonnet/clr-loader

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@Parnassius

Copy link

Contributor

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

@filmor filmor merged commit 9f0af5d into pythonnet:master

Feb 27, 2026

26 of 33 checks passed

filmor pushed a commit that referenced this pull request

Mar 2, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@Parnassius @filmor