Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions Console/Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dnlib" Version="3.1.0" ExcludeAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.3.6.0" ExcludeAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="dnlib" Version="4.5.0" />
<PackageReference Include="Lib.Harmony" Version="2.4.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\UnityModManager\UnityModManager.csproj" />
<Reference Include="dnlib net35">
<HintPath>$(Pkgdnlib)\lib\net35\dnlib.dll</HintPath>
</Reference>
<Reference Include="Harmony net48">
<HintPath>$(PkgLib_Harmony)\lib\net48\0Harmony.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions UnityModManager/UnityModManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net35</TargetFramework>
<TargetFramework>net48</TargetFramework>
<LangVersion>latest</LangVersion>

<AssemblyName>UnityModManager</AssemblyName>
Expand All @@ -31,8 +31,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dnlib" Version="3.1.0" />
<PackageReference Include="Lib.Harmony" Version="2.3.6.0" />
<PackageReference Include="dnlib" Version="4.5.0" />
<PackageReference Include="Lib.Harmony" Version="2.4.2" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
11 changes: 3 additions & 8 deletions UnityModManagerApp/UnityModManagerApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="dnlib" Version="3.1.0" ExcludeAssets="All" GeneratePathProperty="true" />
<PackageReference Include="dnlib" Version="4.5.0" />
<PackageReference Include="Ionic.Zip-1.9.1.8" Version="1.9.1.8" />
<PackageReference Include="Lib.Harmony" Version="2.3.6.0" ExcludeAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.4.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>

<ItemGroup>
Expand All @@ -45,12 +46,6 @@
<Reference Include="UnityEngine.UI">
<HintPath>..\lib\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="dnlib net35">
<HintPath>$(Pkgdnlib)\lib\net35\dnlib.dll</HintPath>
</Reference>
<Reference Include="Harmony net48">
<HintPath>$(PkgLib_Harmony)\lib\net48\0Harmony.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 3 additions & 9 deletions Updater/Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dnlib" Version="3.1.0" ExcludeAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.3.6.0" ExcludeAssets="All" GeneratePathProperty="true" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="dnlib" Version="4.5.0"/>
<PackageReference Include="Lib.Harmony" Version="2.4.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Ionic.Zip-1.9.1.8" Version="1.9.1.8" />
</ItemGroup>

Expand All @@ -34,12 +34,6 @@
<Reference Include="UnityEngine.UI">
<HintPath>..\lib\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="dnlib net35">
<HintPath>$(Pkgdnlib)\lib\net35\dnlib.dll</HintPath>
</Reference>
<Reference Include="Harmony net48">
<HintPath>$(PkgLib_Harmony)\lib\net48\0Harmony.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
Binary file added lib/Harmony/2.4/0Harmony.dll
Binary file not shown.
Binary file modified lib/dnlib.dll
Binary file not shown.