Skip to content
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

.NET9 support for Blazor Apps Fails #2556

Open
perpetualintelligencegit opened this issue Jan 3, 2025 · 1 comment
Open

.NET9 support for Blazor Apps Fails #2556

perpetualintelligencegit opened this issue Jan 3, 2025 · 1 comment

Comments

@perpetualintelligencegit

We are migrating to .NET9 and Oryx fails to build the .NET9 target.

The command could not be loaded, possibly because:

  • You intended to execute a .NET application:
    The application '--version' does not exist.
  • You intended to execute a .NET SDK command:
    A compatible .NET SDK was not found.

Requested SDK version: 9.0.101
global.json file: /github/workspace/global.json

Installed SDKs:

Install the [9.0.101] .NET SDK or update [/github/workspace/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

@sarsharma
Copy link
Member

Hi @perpetualintelligencegit
Are you explicitly setting the .NET9 SDK version in your runtimeconfig.json to 9.0.101?
If so, we have not yet added support for this version, and the latest available today is 9.0.100
9.0.101 support should be added by end of Jan
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants