-
Notifications
You must be signed in to change notification settings - Fork 386
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
[Bug] Oryx tool needs to be built with .NET 7 #760
Comments
I'm working on a PR (microsoft/Oryx#2272) to see if we can get this limitation removed entirely. The packages referenced in the Directory.Build.props file are causing the build error even if you have .NET 7 installed. The reason is because .NET 8 ships with newer versions of those packages and the build error is intentional to push people to upgrade and not leave critical packages locked to older versions. |
I think we can consider this bug solved now, correct? |
Yep, oryx is now built with .NET 8. Thanks @seesharprun for microsoft/Oryx#2272 |
From devcontainers/images#855 (comment)
Blocks devcontainers/images#855
The text was updated successfully, but these errors were encountered: