Skip to content

Commit

Permalink
change the dotnet example to always use latest and greatest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdb committed Jul 21, 2023
1 parent bc1134f commit 9e1bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dotnet/dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Commercetools" Version="0.1.11-alpha.1689673421" />
<PackageReference Include="Pulumi.Commercetools" Version="*-*" />
</ItemGroup>

</Project>

0 comments on commit 9e1bae1

Please sign in to comment.