Skip to content

Commit

Permalink
Merge pull request #101 from pulumi/lukehoban/azurefsharpvb
Browse files Browse the repository at this point in the history
Update F# and VB templates as well
  • Loading branch information
stack72 authored Mar 10, 2020
2 parents ba968bc + d8db109 commit c477439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-fsharp/${PROJECT}.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="1.14.0-preview" />
<PackageReference Include="Pulumi.Azure" Version="2.0.0-preview" />
<PackageReference Include="Pulumi.FSharp" Version="1.10.1-preview" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="1.14.0-preview" />
<PackageReference Include="Pulumi.Azure" Version="2.0.0-preview" />
</ItemGroup>

</Project>

0 comments on commit c477439

Please sign in to comment.