-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RH doesn't work for .NET 3.1 #413
Comments
Same
|
try
|
There is already a docker image for RoundhousE, is there a reason you cannot run on that one, or build upon it? I'm tempted to delay this, as I plan on migrating to .net 5 when it goes GA, and try out single-file publish, so that it would be framework independent. |
This was a year ago and .Net Core 2.1 LTS ends in just a few weeks. What is the hold up? People really need this. Also, people don't necessarily use Docker. That's why the dotnet global tool exists, right? |
Terribly, terribly sorry for the lack of response here. I don't really have the time available to do as much as I want with RoundhousE. The beauty of Open Source, is, however, that id you have the time to look into the problem, and suggest a solution, you can submit a pull request, and get it merged. That said, there is a lot of technical debt in RoundhousE, and a lot of old dependencies that makes moving forward on newer .NET versions cumbersome. There are probably some of the dependencies that are compiled against .NET Framework 2.1. |
Hi,
I've got the following error when running rh command:
I tried on mcr.microsoft.com/dotnet/core/sdk:3.1 docker image.
In the requirements, we can read: ".NET Core 2.1+ (for the dotnet core distribution)", which means it should work with any newer than 2.1
Cheers,
marrcow
The text was updated successfully, but these errors were encountered: