Skip to content

Commit

Permalink
update dotnet version in tests to latest (#16198)
Browse files Browse the repository at this point in the history
Update to the latest dotnet version. Pulumi.Awsx started depending on
that, so using an earlier version makes the tests fail.

This happened a few times now, so we should really fix this in a way
that doesn't require us to hardcode this version. But I want to get the
merge queue unblocked, and this is probably the quickest way to do that.
  • Loading branch information
tgummerer committed May 15, 2024
1 parent 9388c54 commit 76edb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/codegen/testing/test/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ const (
)

// PulumiDotnetSDKVersion is the version of the Pulumi .NET SDK to use in program-gen tests
const PulumiDotnetSDKVersion = "3.62.0"
const PulumiDotnetSDKVersion = "3.63.1"

0 comments on commit 76edb80

Please sign in to comment.