This message was deleted.
# general
s
This message was deleted.
e
What version of Pulumi are you using?
b
3.54. I've also tried running the same build with 3.53.1, which succeeded last week and then started failing, same version and everything
e
Oh I meant your dotnet project, which version pulumi does it reference from nuget
b
gotcha. It's using Pulumi.Azure 4.6.0, Pulumi.AzureAD 5.5.0, and Pulumi.AzureNative 1.35.0
e
Can you try adding an explicit package reference to Pulumi 3.54: https://www.nuget.org/packages/Pulumi/3.54.0
b
same error
e
Very odd because we don't use version 5 of the dotnet runtime 😐
b
yeah...and with no changes to pulumi versions or packages or code...why would it start failing randomly? Something outside of my project must have changed but i dont know what
e
I'd guess your project has an un-pinned dependency on something which has updated and now depends on aspnet 5. I don't think this a Pulumi issue per-se as opposed to just a dotnet issue. You might have some luck with something like dotnet depends to find what's pulling in AspNetCore.
b
Alright, thanks, I'll try to troubleshoot the dependencies