Skip to content

Commit

Permalink
fix: correct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Oct 9, 2023
1 parent 1c870bf commit 4c954db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeOps.Operator.Web/KubeOps.Operator.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<ProjectReference Include="..\KubeOps.Abstractions\KubeOps.Abstractions.csproj"/>
<ProjectReference Include="..\KubeOps.Generator\KubeOps.Generator.csproj" />
<ProjectReference Include="..\KubeOps.Operator\KubeOps.Operator.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4c954db

Please sign in to comment.