Skip to content

Commit

Permalink
Not sure why the action build is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Oct 5, 2024
1 parent ace2471 commit 1a10039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MultiplayerExtensions/MultiplayerExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
</Reference>
<Reference Include="BeatSaber.ViewSystem">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BeatSaber.ViewSystem.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BGLib.AppFlow" Publicize="true">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\BGLib.AppFlow.dll</HintPath>
Expand Down Expand Up @@ -92,8 +93,9 @@
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\HMRendering.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interactable">
<Reference Include="Interactable" Publicize="true">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Interactable.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="LiteNetLib">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\LiteNetLib.dll</HintPath>
Expand Down

0 comments on commit 1a10039

Please sign in to comment.