Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wilms committed Dec 19, 2024
1 parent 2abdcee commit 7c02654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nexus/Nexus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Nexus.UI\Nexus.UI.csproj" />
<ProjectReference Include="..\Nexus.PackageManagement\Nexus.PackageManagement.csproj" />
<ProjectReference Include="../Nexus.UI/Nexus.UI.csproj" />
<ProjectReference Include="../Nexus.PackageManagement/Nexus.PackageManagement.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7c02654

Please sign in to comment.