Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkluch committed Jul 18, 2021
1 parent caec6df commit b4ec4f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
22 changes: 8 additions & 14 deletions Source/HaulToStack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.2\lib\net472\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\Rimworld Dependencies\1.2\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
Expand All @@ -46,10 +42,6 @@
<HintPath>..\..\Rimworld Dependencies\1.2\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HugsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.8.0.0\lib\net472\HugsLib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
Expand All @@ -71,12 +63,14 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Content Include="About.xml" />
<Content Include="LoadFolders.xml" />
<PackageReference Include="Lib.Harmony">
<Version>2.1.0</Version>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib">
<Version>9.0.0</Version>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
5 changes: 0 additions & 5 deletions Source/packages.config

This file was deleted.

Binary file modified v1.3/Assemblies/HaulToStack.dll
Binary file not shown.

0 comments on commit b4ec4f3

Please sign in to comment.