Hi, I only see .NET 9 on the Pulumi cloud runner, ...
# general
b
Hi, I only see .NET 9 on the Pulumi cloud runner, but docs say .NET 10 is supported - any thoughts on that
👀 1
s
Not to be trite, but my first thought is that something appears to be wrong and we should fix it. Let me figure out what is supposed to be happening first.
Ok, not a bug per se - I thought you meant the docs said that the runner has .NET 10, but that's not what I think you're saying. I think you're saying it works with Pulumi (in general) and it should be on the default runner image (which I agree with, as long as it doesn't blow up the image).
👍 1
b
Yes
I think I saw that .NET 10 was merged into the container image but not released yet so that would explain it
Falling back to .NET 9 for now
s
Yeah - I just submitted a PR to add it to the
pulumi/pulumi
image. The
pulumi-dotnet
image, I believe, will be released today.