-
Notifications
You must be signed in to change notification settings - Fork 28
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
.NET 7 #247
Comments
Just ran into this as well, any known work arounds? |
@KennyEliasson Technically, yes. You can force dotnet to do a "roll forward" of versions: I've had success doing this by using the environment variable: So far Pack, Push and Create-Release commands all work fine for me, at the very least. |
@DSchougaard Thank you so much for this! I had resorted to install .NET6 in my .NET7 SDK container to get it to work. |
@KennyEliasson You're welcome :) To be honest, I admit I should have updated the issue the minute I found the workaround. |
@DSchougaard thanks Daniel you saved my day :) Instead of setting the environment variable I just added the |
Is there a timeline for this to be released? |
@olicooper Given that the repository was updated with a sunset notice, 30th of January 2023, I unfortunately don't think it will be fixed: |
It looks like the dotnet octo tool has a hard dependency on .NET 6. When running the microsoft .NET 7 docker image, running dotnet octo fails with the following error:
The text was updated successfully, but these errors were encountered: