-
Notifications
You must be signed in to change notification settings - Fork 56
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
Thanks for dotnet core 3.0 #447
Comments
This is possible since about a week, just try it out :) You can request an explicit slot using |
Thanks! Most excellent and confirmed working :D |
Unfortunately, to resurrect something quite old, slotting doesn't seem to be able to solve more recent requirements of side-by-side, specifically net7.0 with net6.0 - eg #516:
I feel like slotting is probably the correct way to solve this, but it's not currently possible. |
It is. You just need to ensure that exactly one version has |
There was another issue where someone was asking about 6.0 in 7.0 - I've mentioned this discussion and the resolution there. Also, I've learned a little more about slotting, which is a very cool feature of portage that I've never really needed before, tho have read about before. |
Is there any tracking issue for this? |
this would also make my life much easier |
Just wanted to say thanks for the dotnet core 3.0 release & ask if it's possible to have multiple runtimes side-by-side? I mean to update projects, but in the meantime, I also have to be able to build existing ones, but I see messages like:
The text was updated successfully, but these errors were encountered: