Skip to content

Commit

Permalink
feat: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Nov 29, 2022
1 parent ca01407 commit 57aa42e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Oxide.Ext.GamingApi/Oxide.Ext.GamingApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@
<Reference Include="UnityEngine.XRModule">
<HintPath>..\dependencies\UnityEngine.XRModule.dll</HintPath>
</Reference>
<PackageReference Include="RustGameAPI" Version="0.13.0"/>
<PackageReference Include="RustGameAPI" Version="0.14.0" />
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions Oxide.Ext.GamingApiTests/Oxide.Ext.GamingApiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
<HintPath>..\packages\NATS.Client.1.0.1\lib\net46\NATS.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 57aa42e

Please sign in to comment.