Skip to content

Commit

Permalink
make tfgen
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Dec 12, 2024
1 parent e0f4270 commit 2820793
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Null" Version="0.0.8" />
<PackageReference Include="Pulumi.Equinix" Version="(, 1.0.0)" />
<PackageReference Include="Pulumi.Null" Version="0.0.8" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion examples/metal/ssh_key/csharp/equinix-metal-ssh_key.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Equinix" Version="(, 1.0.0)" />
<PackageReference Include="Pulumi.Std" Version="1.7.3" />
<PackageReference Include="Pulumi.Equinix" Version="(, 1.0.0)" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Equinix" Version="(, 1.0.0)" />
<PackageReference Include="Pulumi.Std" Version="1.7.3" />
<PackageReference Include="Pulumi.Equinix" Version="(, 1.0.0)" />
</ItemGroup>

</Project>
Loading

0 comments on commit 2820793

Please sign in to comment.