Skip to content

Commit

Permalink
Update version of Pulumi.Docker to fix a threading issue in CSharp SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Feb 26, 2020
1 parent 0f73069 commit 2a69578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func Provider() tfbridge.ProviderInfo {
},
CSharp: &tfbridge.CSharpInfo{
PackageReferences: map[string]string{
"Pulumi": "1.9.1-preview",
"Pulumi": "1.11.0-preview",
"Semver": "2.0.5",
"System.Collections.Immutable": "1.6.0",
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Pulumi.Docker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi" Version="1.9.1-preview" />
<PackageReference Include="Pulumi" Version="1.11.0-preview" />
<PackageReference Include="Semver" Version="2.0.5" />
<PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
</ItemGroup>
Expand Down

0 comments on commit 2a69578

Please sign in to comment.