Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nrgill28 committed Oct 30, 2023
1 parent ad5860a commit 092c855
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,4 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml
.idea
13 changes: 8 additions & 5 deletions H3MP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,14 @@
<Compile Include="src\scripts\TrackedObjectReference.cs" />
<Compile Include="src\tracking\TrackedAutoMeater.cs" />
<Compile Include="src\tracking\TrackedAutoMeaterData.cs" />
<Compile Include="src\tracking\TrackedBlister.cs" />
<Compile Include="src\tracking\TrackedBlisterData.cs" />
<Compile Include="src\tracking\TrackedBreakableGlass.cs" />
<Compile Include="src\tracking\TrackedBreakableGlassData.cs" />
<Compile Include="src\tracking\TrackedEncryption.cs" />
<Compile Include="src\tracking\TrackedEncryptionData.cs" />
<Compile Include="src\tracking\TrackedFloater.cs" />
<Compile Include="src\tracking\TrackedFloaterData.cs" />
<Compile Include="src\tracking\TrackedGatlingGun.cs" />
<Compile Include="src\tracking\TrackedGatlingGunData.cs" />
<Compile Include="src\tracking\TrackedItem.cs" />
Expand Down Expand Up @@ -105,11 +109,10 @@
<HintPath>packages\HarmonyX.2.10.1\lib\net35\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>H:\Software and scripts\AssemblyPublicizer\Publicize.v1.0.0\Release\Assembly-CSharp.dll</HintPath>
<HintPath>packages\H3VR.GameLibs.0.111.8\lib\net35\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\H3VR.GameLibs.0.111.5\lib\net35\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>packages\H3VR.GameLibs.0.111.8\lib\net35\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="BepInEx, Version=5.4.21.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\BepInEx.BaseLib.5.4.21\lib\net35\BepInEx.dll</HintPath>
Expand Down Expand Up @@ -137,10 +140,10 @@
<HintPath>packages\UnityEngine.5.6.1\lib\net35\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\H3VR.GameLibs.0.111.5\lib\net35\UnityEngine.UI.dll</HintPath>
<HintPath>packages\H3VR.GameLibs.0.111.8\lib\net35\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Valve.Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\H3VR.GameLibs.0.111.5\lib\net35\Valve.Newtonsoft.Json.dll</HintPath>
<HintPath>packages\H3VR.GameLibs.0.111.8\lib\net35\Valve.Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="BepInEx.BaseLib" version="5.4.21" targetFramework="net35" />
<package id="BepInEx.Core" version="5.4.21" targetFramework="net35" />
<package id="H3VR.GameLibs" version="0.111.5" targetFramework="net35" />
<package id="H3VR.GameLibs" version="0.111.8" targetFramework="net35" />
<package id="HarmonyX" version="2.10.1" targetFramework="net35" />
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" />
<package id="MonoMod.RuntimeDetour" version="22.3.23.4" targetFramework="net35" />
Expand Down

0 comments on commit 092c855

Please sign in to comment.