Update References

This commit is contained in:
RedBigz 2024-06-01 22:14:18 +10:00
parent c53f0d8acb
commit 252e3a5190

View File

@ -21,7 +21,6 @@
<PackageReference Include="BepInEx.Core" Version="5.*" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
<PackageReference Include="UnityEngine.Modules" Version="2022.3.10" IncludeAssets="compile" />
<PackageReference Include="websocket-sharp" Version="*" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
@ -57,8 +56,16 @@
<HintPath>./lib/Zorro.Core.Runtime.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>./lib/Newtonsoft.Json.dll</HintPath>
<Reference Include="PhotonUnityNetworking">
<HintPath>./lib/PhotonUnityNetworking.dll</HintPath>
</Reference>
<Reference Include="com.rlabrecque.steamworks.net">
<HintPath>./lib/com.rlabrecque.steamworks.net.dll</HintPath>
</Reference>
<Reference Include="websocket-sharp">
<HintPath>./lib/websocket-sharp.dll</HintPath>
</Reference>
</ItemGroup>
</Project>