Skip to content

Commit

Permalink
Correct Dependencies path in csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPurple6411 committed Dec 24, 2022
1 parent 2a5ee24 commit 734c970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SMLHelper/SMLHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
<Private>False</Private>
</Reference>
<Reference Include="Unity.Addressables">
<HintPath>..\Dependencies\Subnautica.stable\Unity.Addressables.dll</HintPath>
<HintPath>$(Dependencies)\Unity.Addressables.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.ResourceManager">
<HintPath>..\Dependencies\Subnautica.stable\Unity.ResourceManager.dll</HintPath>
<HintPath>$(Dependencies)\Unity.ResourceManager.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
Expand Down

0 comments on commit 734c970

Please sign in to comment.