This message was deleted.
# dotnet
s
This message was deleted.
m
Hi @enough-painter-7423, the relevant csproj for Automation has moved here: https://github.com/pulumi/pulumi-dotnet/blob/main/sdk/Pulumi.Automation/Pulumi.Automation.csproj It seems that it does have the change, though. Looks like pulumi core has a dependency on AspNetCore. Maybe @echoing-dinner-19531 or @purple-potato-34526 can help out here?
e
Assuming this is only with paket, because pretty sure @purple-potato-34526 would of hit it for normal F# uses.
e
It does seem Paket-only, according my quick test with
pulumi preview
in
aws-fsharp
with and without Paket
I guess I should point out many (admittedly not all) F#ers use Paket... since Nuget until recenty left a lot to be desired wrt transitive pinning
Workaround:
Pulumi < 3.52
doesn't have the issue because
Grpc.AspNetCore
was added to
Pulumi
only 2 weeks ago
e
Oh I can see if I can fix that, probably just re-iterating the change from https://github.com/pulumi/pulumi/pull/6793 again
🙏 1
https://github.com/pulumi/pulumi-dotnet/pull/91 <- can probably get that merged and shipped today/tomorrow
👍 1
e
Confirmed 3.53.0 fixed the issue. Thank you!