Closed marcinjahn closed 1 year ago
Yes, it was upgraded with #189. I've updated the README.md. Thanks!
@kindermannhubert what if I have assemblies that need .NET 6 or .NET 5 to run? Would be great if csharprepl
could work with any version of .NET core. Would that be difficult to maintain?
Don't take my word for granted, but I believe that currently the runtime of csharprepl tool and execution runtime of the scripts are the same. Execution of scripts is in the same process as csharprepl tool. As I already mentioned in https://github.com/waf/CSharpRepl/issues/197#issuecomment-1399224412 it would be beneficial to move execution out of the main process.
Version
none
What happened?
The
README.md
says that csharprepl is a .NET 6.0 tool, however, when I try to install it (on Fedora 37), I get:It seems that .NET 7 is actually a requirement?