pulumi / pulumi-awsx

AWS infrastructure best practices in component form!
https://www.pulumi.com/docs/guides/crosswalk/aws/
Apache License 2.0
227 stars 104 forks source link

Fix: do not over-specify the SDK versions #1389

Closed t0yv0 closed 1 month ago

t0yv0 commented 1 month ago

Re: https://github.com/pulumi/ci-mgmt/issues/1091

Something is not quite right, I suspect might need to bump codegen as well here:

/Users/anton/code/pulumi-awsx/sdk/dotnet/Pulumi.Awsx.csproj : error NU1605: Detected package downgrade: Pulumi from 3.67.1 to 3.66.1. Reference the package directly from the project to select a different version. 
/Users/anton/code/pulumi-awsx/sdk/dotnet/Pulumi.Awsx.csproj : error NU1605:  Pulumi.Awsx -> Pulumi.Docker 4.5.6 -> Pulumi (>= 3.67.1) 
/Users/anton/code/pulumi-awsx/sdk/dotnet/Pulumi.Awsx.csproj : error NU1605:  Pulumi.Awsx -> Pulumi (>= 3.66.1 && < 4.0.0)
    0 Warning(s)
    1 Error(s)
t0yv0 commented 1 month ago

Fixed in https://github.com/pulumi/pulumi-awsx/pull/1390 instead.