-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fails with GitHub Actions ubuntu-24.04 and .NET 9 SDK #112
Comments
Hi @Methuselah96 thanks for reaching out. Can you attach the If you want to give it a go to the dotnet 9 compatible version, you can get the packages from this build and use those instead of the nuget.org version. Thank you, |
Here is the
|
Hi @Methuselah96 , dotnet affected v6.0.0-preview-1 has just been released would you kindly give it a go and report back? |
That seems to have fixed it. Thanks! |
Got it, I'll close this one. Feel free to reopen as needed. |
@leonardochaia Any idea on when a stable version of v6 will be released? There's no convenient way for me to use the prerelease since I'm using |
Oh, I guess I can specify |
@leonardochaia Just checking in to see if you have a timeline for a stable v6 release? |
The CLI seems to be having trouble with ubuntu-24.04 in combination with the .NET 9 SDK on GitHub Actions:
The ubuntu-24.04 is being rolled out as ubuntu-latest over the next month. It looks like MSBuild is not installed by default in 24.04. I would expect
MSBuildLocator
to pick up on the MSBuild version included with the .NET SDK, but I suspect that this might not be working because I'm using .NET 9 SDK, and this project is still on .NET 8.I'm hoping #109 might fix this, but I'm not totally sure.
The text was updated successfully, but these errors were encountered: