Skip to content

Commit

Permalink
Fixed project references
Browse files Browse the repository at this point in the history
  • Loading branch information
trippyone committed Jul 7, 2024
1 parent 41cd980 commit 6bab406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Fika.Core/UI/Custom/MatchMakerUIScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Fika.Core.Networking;
using Fika.Core.Networking.Http;
using Fika.Core.Networking.Http.Models;
using Fika.Core.Networking.Websocket;
using Fika.Core.UI.Models;
using HarmonyLib;
using System;
Expand Down
2 changes: 1 addition & 1 deletion Fika.Dedicated/Fika.Dedicated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Fika-Plugin_3.9\Fika.Core\Fika.Core.csproj" />
<ProjectReference Include="..\Fika.Core\Fika.Core.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6bab406

Please sign in to comment.