-
-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated framework target to 4.5 and added required dependency changes
- Loading branch information
Showing
63 changed files
with
45 additions
and
46,279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Costura.Fody" version="5.0.2" targetFramework="net40" developmentDependency="true" /> | ||
<package id="Fody" version="6.3.0" targetFramework="net40" developmentDependency="true" /> | ||
<package id="HarmonyX" version="2.3.1" targetFramework="net40" /> | ||
<package id="Costura.Fody" version="5.7.0" targetFramework="net45" developmentDependency="true" /> | ||
<package id="Fody" version="6.6.3" targetFramework="net45" developmentDependency="true" /> | ||
<package id="HarmonyX" version="2.10.0" targetFramework="net45" /> | ||
<package id="ini-parser" version="2.5.2" targetFramework="net40" /> | ||
<package id="Mono.Cecil" version="0.11.3" targetFramework="net40" /> | ||
<package id="MonoMod.RuntimeDetour" version="20.11.26.2" targetFramework="net40" /> | ||
<package id="MonoMod.Utils" version="20.11.26.2" targetFramework="net40" /> | ||
<package id="YamlDotNet" version="9.1.4" targetFramework="net40" /> | ||
<package id="Microsoft.NETCore.Platforms" version="6.0.4" targetFramework="net45" /> | ||
<package id="Mono.Cecil" version="0.11.4" targetFramework="net45" /> | ||
<package id="MonoMod.RuntimeDetour" version="22.5.1.1" targetFramework="net45" /> | ||
<package id="MonoMod.Utils" version="22.5.1.1" targetFramework="net45" /> | ||
<package id="NETStandard.Library" version="2.0.3" targetFramework="net45" /> | ||
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net45" /> | ||
<package id="YamlDotNet" version="11.2.1" targetFramework="net45" /> | ||
</packages> |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.