Skip to content

Commit

Permalink
feat: change project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jun 18, 2023
1 parent a6cf748 commit 10b3ad2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Oxide.Ext.GamingApi/Oxide.Ext.GamingApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
<None Remove="RustGameAPI"/>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp"/>
<PackageReference Include="RustGameAPI" Version="0.19.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Oxide.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\Oxide.Core.dll</HintPath>
Expand Down Expand Up @@ -231,6 +234,5 @@
<Reference Include="UnityEngine.XRModule">
<HintPath>..\dependencies\UnityEngine.XRModule.dll</HintPath>
</Reference>
<PackageReference Include="RustGameAPI" Version="0.19.0"/>
</ItemGroup>
</Project>

0 comments on commit 10b3ad2

Please sign in to comment.