-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
[Feature] Uplift to dotnet 6.0 #200
Comments
It's occurred to me this may be a breaking change for many folks. I believe they would have to download and install the dotnet 6 runtime. Currently the docs say to install dotnet 5 runtime. It's trivial to install the latest runtime, but its still a breaking change nonetheless. Probably hold off on this for a bit, atleast until there is a next major release planned.. |
Is there a timeline for this change? I recently installed Fedora 36 and it only ships with dotnet 6.0 [0] since dotnet 5.0 is EOL as of May 10th, 2022 [1]. I noticed the Wiki has been updated to say install dotnet 6.0 [2] but I get the following error when trying to run it on 6.
[0] https://src.fedoraproject.org/rpms/dotnet5.0/c/92b338dba74fe52ecd6e8d515e1255356b8aeb59?branch=rawhide |
Latest version of the code should be on dotnet 6 now. I have a few more tasks though (documented in #263) before I can cut a new release with these changes. |
I can confirm the latest commit has fixed the issue. Thanks! |
The text was updated successfully, but these errors were encountered: