Skip to content

Commit

Permalink
Fix: Fixed an invalid project reference (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Feb 9, 2025
1 parent fc83a54 commit 5cee7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions About/Rebound.About.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<!-- Helpers project -->
<ItemGroup>
<ProjectReference Include="..\..\Helpers\Rebound.Helpers.csproj" />
<ProjectReference Include="..\Helpers\Rebound.Helpers.csproj" />
</ItemGroup>

<!-- App manifest -->
Expand Down Expand Up @@ -111,4 +111,4 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<Optimize>True</Optimize>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 5cee7b7

Please sign in to comment.