Skip to content

Commit 44fcb6b

Browse files
committed
correct LfClassicData.csproj path that references MiniLcm.csproj
1 parent 6cf2556 commit 44fcb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/LfClassicData/LfClassicData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<ProjectReference Include="..\MiniLcm\MiniLcm.csproj"/>
20+
<ProjectReference Include="..\FwLite\MiniLcm\MiniLcm.csproj"/>
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)