jonsequitur / jonsequitur/dotnet-repl
How to select specific runtime?
Open
- Dominant language
- C#
- Stars
- 844
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
I have multiple runtimes installed, and I would like to use .NET 6.0 (because a dependency does not support 8.0 yet).
By default it seems that .NET 8.0 is used. How do I select .NET 6.0?
```
C# > System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription
.NET 8.0.8
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.