bulky-umbrella-4227
04/29/2024, 8:32 PMgreen-stone-37839
04/29/2024, 8:35 PMcsproj file in your Pulumi program is referencing dotnet version 6.x while you have 8.x installed. You'll need to update your csproj file to reference net8.0 instead of net6.0 (or install dotnet 6.0.
https://github.com/pulumi/examples/blob/2f3ac9429c1d26e5dd6e264c9231f294c8776c54/aws-cs-fargate/Infra/Aws.Fargate.csproj#L5bulky-umbrella-4227
04/29/2024, 8:36 PMgreen-stone-37839
04/29/2024, 8:37 PMbulky-umbrella-4227
04/29/2024, 8:37 PMbulky-umbrella-4227
04/29/2024, 8:48 PMgreen-stone-37839
04/29/2024, 8:48 PMbulky-umbrella-4227
04/29/2024, 8:50 PMbulky-umbrella-4227
04/29/2024, 8:50 PMbulky-umbrella-4227
04/29/2024, 8:50 PMgreen-stone-37839
04/29/2024, 8:50 PMbulky-umbrella-4227
04/29/2024, 8:51 PMgreen-stone-37839
04/29/2024, 8:56 PM