Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Oct 4, 2022
1 parent 26098b5 commit 437daa8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 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 @@ -13,12 +13,12 @@
<WarningLevel>1</WarningLevel>
</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 @@ -35,18 +35,18 @@
<Reference Include="Rust.UI">
<HintPath>..\dependencies\Rust.UI.dll</HintPath>
</Reference>
<PackageReference Include="NATS.Client" Version="0.12.0"/>
<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"/>
<PackageReference Include="NATS.Client" Version="1.0.1" />
<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 @@ -230,6 +230,6 @@
<Reference Include="UnityEngine.XRModule">
<HintPath>..\dependencies\UnityEngine.XRModule.dll</HintPath>
</Reference>
<PackageReference Include="RustGameAPI" Version="0.6.0"/>
<PackageReference Include="RustGameAPI" Version="0.7.0" />
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions Oxide.Ext.GamingApiTests/Oxide.Ext.GamingApiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NATS.Client, Version=0.14.6.0, Culture=neutral, PublicKeyToken=5b58bc7249e111a9, processorArchitecture=MSIL">
<HintPath>..\packages\NATS.Client.0.14.6\lib\net46\NATS.Client.dll</HintPath>
<Reference Include="NATS.Client, Version=1.0.1.0, Culture=neutral, PublicKeyToken=5b58bc7249e111a9, processorArchitecture=MSIL">
<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>
Expand Down
2 changes: 1 addition & 1 deletion Oxide.Ext.GamingApiTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" targetFramework="net461" />
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net461" />
<package id="NATS.Client" version="0.14.5" targetFramework="net46" />
<package id="NATS.Client" version="1.0.1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net46" />
<package id="NUnit" version="3.12.0" targetFramework="net46" />
<package id="NUnit3TestAdapter" version="3.15.1" targetFramework="net46" />
Expand Down

0 comments on commit 437daa8

Please sign in to comment.