Skip to content

Commit

Permalink
Using locally generated SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Apr 2, 2024
1 parent 7ec8a8e commit 9bfe8eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/dotnet/talos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumiverse.Talos" Version="0.1.8" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\sdk\dotnet\Pulumiverse.Talos.csproj" />
</ItemGroup>

</Project>

0 comments on commit 9bfe8eb

Please sign in to comment.