You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, my blazor webassembly is using .net8.0.400. I have created static web app and added my github repo.
And I have an error when I do the "Build and Deploy job through github ci/cd"
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.
Hello, my blazor webassembly is using .net8.0.400. I have created static web app and added my github repo.
And I have an error when I do the "Build and Deploy job through github ci/cd"
The command could not be loaded, possibly because:
The application '--version' does not exist.
A compatible .NET SDK was not found.
Requested SDK version: 8.0.400
global.json file: /github/workspace/global.json
Installed SDKs:
Install the [8.0.400] .NET SDK or update [/github/workspace/global.json] to match an installed SDK.
Learn about SDK resolution:
Am I not able to use .net 8.0?
The text was updated successfully, but these errors were encountered: