summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading/PlatformAssemblyMap.cs
AgeCommit message (Collapse)Author
2021-07-23remove now-unneeded Mono.Cecil aliases (#711)Jesse Plamondon-Willard
2021-07-11alias Mono.Cecil references (#711)Jesse Plamondon-Willard
This is needed to migrate to Harmony 2.0 because it uses MonoMod, which has a copy of Mono.Cecil merged into its assembly, which leads to "type X exists in both 0Harmony.dll and Mono.Cecil.dll" errors. We can't use the version bundled with MonoMod since only some of the types are publicly accessible.
2019-09-14move environment utility into toolkit for reuseJesse Plamondon-Willard
2018-06-24update to Mono.Cecil 0.10Jesse Plamondon-Willard
2018-05-01unify SMAPI.AssemblyRewriters and SMAPI.Common projectsJesse Plamondon-Willard
2018-04-13add MacOS detectionJesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard