Skip to content

Commit

Permalink
correct LfClassicData.csproj path that references MiniLcm.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 10, 2024
1 parent 6cf2556 commit 44fcb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/LfClassicData/LfClassicData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\MiniLcm\MiniLcm.csproj"/>
<ProjectReference Include="..\FwLite\MiniLcm\MiniLcm.csproj"/>
</ItemGroup>

</Project>

0 comments on commit 44fcb6b

Please sign in to comment.