Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Build committed Jun 24, 2022
1 parent 407f1c6 commit c9dcfa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions Flicker096/Flicker096.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EXILED" Version="5.0.0-beta.2"/>
<PackageReference Include="Lib.Harmony" Version="2.0.4"/>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"/>
<PackageReference Include="YamlDotNet" Version="9.1.4"/>
<PackageReference Include="EXILED" Version="5.2.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>

<ItemGroup>
<Reference Include="Assembly-CSharp-firstpass" HintPath="$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll" Private="false"/>
<Reference Include="Mirror" HintPath="$(EXILED_REFERENCES)\Mirror.dll" Private="false"/>
<Reference Include="UnityEngine.CoreModule" HintPath="$(EXILED_REFERENCES)\UnityEngine.CoreModule.dll" Private="false"/>
<Reference Include="UnityEngine.PhysicsModule" HintPath="$(EXILED_REFERENCES)\UnityEngine.PhysicsModule.dll" Private="false"/>
<Reference Include="Assembly-CSharp-firstpass" HintPath="$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll" Private="false" />
<Reference Include="Mirror" HintPath="$(EXILED_REFERENCES)\Mirror.dll" Private="false" />
<Reference Include="UnityEngine.CoreModule" HintPath="$(EXILED_REFERENCES)\UnityEngine.CoreModule.dll" Private="false" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Flicker096/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Plugin : Plugin<Config>
public override Version Version { get; } = new Version(1, 0, 0);

/// <inheritdoc/>
public override Version RequiredExiledVersion { get; } = new Version(5, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(5, 2, 1);

/// <inheritdoc/>
public override void OnEnabled()
Expand Down

0 comments on commit c9dcfa1

Please sign in to comment.