Skip to content

Commit

Permalink
Merge pull request #752 from pulumi/fraser/awsupdate
Browse files Browse the repository at this point in the history
Update aws-fsharp and aws-visualbasic projects to AWS 6
  • Loading branch information
Frassle authored Feb 15, 2024
2 parents 63865ee + aa52b24 commit 347f3ac
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 347f3ac

Please sign in to comment.