This repository has been archived by the owner on May 9, 2023. It is now read-only.
forked from notfood/BepInEx.Partiality.Loader
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small cleanup
- Loading branch information
Showing
9 changed files
with
17 additions
and
46 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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" /> | ||
<package id="MonoMod" version="20.4.3.1" targetFramework="net35" /> | ||
<package id="MonoMod.RuntimeDetour" version="20.4.3.1" targetFramework="net35" /> | ||
<package id="MonoMod.RuntimeDetour.HookGen" version="20.4.3.1" targetFramework="net35" /> | ||
<package id="MonoMod.Utils" version="20.4.3.1" targetFramework="net35" /> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" /> | ||
<package id="MonoMod" version="20.4.3.1" targetFramework="net35" /> | ||
<package id="MonoMod.RuntimeDetour" version="20.4.3.1" targetFramework="net35" /> | ||
<package id="MonoMod.RuntimeDetour.HookGen" version="20.4.3.1" targetFramework="net35" /> | ||
<package id="MonoMod.Utils" version="20.4.3.1" targetFramework="net35" /> | ||
</packages> |