Skip to content

Commit

Permalink
fix: Fix the shit that broke
Browse files Browse the repository at this point in the history
yes, i know this commit message sucks.
  • Loading branch information
bananasov committed Dec 10, 2023
1 parent 31f58ee commit 7358fb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions LethalVibrations/LethalVibrations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
<PackageReference Include="Buttplug" Version="3.0.1" />
<PackageReference Include="Buttplug.Client.Connectors.WebsocketConnector" Version="3.0.1" />
<PackageReference Include="UnityEngine.Modules" Version="5.6.0" IncludeAssets="compile" />
<PackageReference Include="Costura.Fody" Version="5.7.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -32,8 +33,5 @@
<Reference Include="Unity.Netcode.Runtime">
<HintPath>..\libs\Unity.Netcode.Runtime.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\libs\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

0 comments on commit 7358fb2

Please sign in to comment.