Replies: 1 comment 1 reply
-
In my Action its also not running |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
https://github.com/ZjzMisaka/PowerThreadPool/blob/main/.github/workflows/test.yml
Beta Was this translation helpful? Give feedback.
All reactions