Skip to content

Commit cb3cf3b

Browse files
authored
Merge pull request #32 from MeowServer/DevMeow
Retry fix dependencies
2 parents d63975d + 2108bdf commit cb3cf3b

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

-3.96 MB
Binary file not shown.

Dependencies/Assembly-CSharp.dll

4.03 MB
Binary file not shown.

Dependencies/Exiled.API.dll

537 KB
Binary file not shown.

Dependencies/Exiled.Events.dll

842 KB
Binary file not shown.

HintServiceMeow/HintServiceMeow.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,23 @@
4343
</PropertyGroup>
4444

4545
<ItemGroup>
46-
<PackageReference Include="ExMod.Exiled" Version="9.13.1" />
4746
<PackageReference Include="Northwood.LabAPI" Version="1.1.5" IncludeAssets="compile" PrivateAssets="all" />
4847
<PackageReference Include="Lib.Harmony" Version="2.4.2" IncludeAssets="compile" PrivateAssets="all" />
4948
<PackageReference Include="YamlDotNet" Version="16.3.0" IncludeAssets="compile" PrivateAssets="all" />
5049
<PackageReference Include="StyleCop.Analyzers" Version="$(StyleCopVersion)" IncludeAssets="All" PrivateAssets="All" />
5150
</ItemGroup>
5251

5352
<ItemGroup>
53+
<Reference Include="Assembly-CSharp">
54+
<HintPath>..\Dependencies\Assembly-CSharp.dll</HintPath>
55+
</Reference>
5456
<Reference Include="Assembly-CSharp-firstpass">
5557
<HintPath>..\Dependencies\Assembly-CSharp-firstpass.dll</HintPath>
5658
</Reference>
5759
<Reference Include="CommandSystem.Core" HintPath="..\Dependencies\CommandSystem.Core.dll" Private="False" />
58-
<Reference Include="Mirror">
59-
<HintPath>..\Dependencies\Mirror.dll</HintPath>
60-
</Reference>
60+
<Reference Include="Exiled.API" HintPath="..\Dependencies\Exiled.API.dll" Private="False" />
61+
<Reference Include="Exiled.Events" HintPath="..\Dependencies\Exiled.Events.dll" Private="False" />
62+
<Reference Include="Mirror" HintPath="..\Dependencies\Mirror.dll" Private="False" />
6163
<Reference Include="UnityEngine.CoreModule" HintPath="..\Dependencies\UnityEngine.CoreModule.dll" Private="False" />
6264
<Reference Include="System.IO.Compression" Private="False" />
6365
</ItemGroup>

0 commit comments

Comments
 (0)