Skip to content

Commit 4c954db

Browse files
committed
fix: correct dependency
1 parent 1c870bf commit 4c954db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubeOps.Operator.Web/KubeOps.Operator.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<ProjectReference Include="..\KubeOps.Abstractions\KubeOps.Abstractions.csproj"/>
21-
<ProjectReference Include="..\KubeOps.Generator\KubeOps.Generator.csproj" />
21+
<ProjectReference Include="..\KubeOps.Operator\KubeOps.Operator.csproj" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)