Skip to content

Commit

Permalink
Update aws-fsharp and aws-visulabasic projects to AWS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Feb 14, 2024
1 parent 63865ee commit aa52b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-fsharp/${PROJECT}.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.FSharp" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="5.*" />
<PackageReference Include="Pulumi.Aws" Version="6.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-visualbasic/${PROJECT}.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="5.*" />
<PackageReference Include="Pulumi.Aws" Version="6.*" />
</ItemGroup>

</Project>

0 comments on commit aa52b24

Please sign in to comment.