Skip to content

Commit

Permalink
fix: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jun 17, 2023
1 parent 782e043 commit 8564727
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Oxide.Ext.GamingApi/Oxide.Ext.GamingApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<None Remove="NATS.Client"/>
<None Remove="RustPublicAPI"/>
<None Remove="RustGameAPI"/>
<None Remove="NATS.Client" />
<None Remove="RustPublicAPI" />
<None Remove="RustGameAPI" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp"/>
<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 All @@ -26,7 +26,7 @@
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\dependencies\NewtonsoftAlias.Json</HintPath>
<Aliases/>
<Aliases />
</Reference>
<Reference Include="Oxide.Rust">
<HintPath>..\dependencies\Oxide.Rust.dll</HintPath>
Expand All @@ -37,17 +37,17 @@
<Reference Include="Rust.UI">
<HintPath>..\dependencies\Rust.UI.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Configuration"/>
<Reference Include="System.Configuration.Install"/>
<Reference Include="System.Data"/>
<Reference Include="System.Drawing"/>
<Reference Include="System.Numerics"/>
<Reference Include="System.Runtime.Serialization"/>
<Reference Include="System.Security"/>
<Reference Include="System.Transactions"/>
<Reference Include="System.Xml"/>
<Reference Include="System.Xml.Linq"/>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Unity.TextMeshPro">
<HintPath>..\dependencies\Unity.TextMeshPro.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -231,6 +231,6 @@
<Reference Include="UnityEngine.XRModule">
<HintPath>..\dependencies\UnityEngine.XRModule.dll</HintPath>
</Reference>
<PackageReference Include="RustGameAPI" Version="0.17.0"/>
<PackageReference Include="RustGameAPI" Version="0.18.0" />
</ItemGroup>
</Project>

0 comments on commit 8564727

Please sign in to comment.