-
Hi, I recently updated my project to target .NET 9.0 after its release. I modified the csproj file to set the TargetFramework to .NET 9.0 and successfully built the project on my local machine. However, after committing the changes, the GitHub Actions workflow fails during the build step with the following error:
This suggests that the version of the .NET SDK being used in the GitHub Actions environment does not yet support .NET 9.0. Questions:
My workflow: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In my Action its also not running |
Beta Was this translation helpful? Give feedback.
hi, the issue solved in actions/setup-dotnet#562