summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/packages.config
AgeCommit message (Collapse)Author
2017-06-18enable C# 7 tuplesJesse Plamondon-Willard
2016-12-01remove Costura assembly weaving (#166)Jesse Plamondon-Willard
This didn't work on Linux or Mac, caused assembly resolution problems when rewritten mods referenced Json.NET, complicated debugging, and wasn't really needed since players use the installer to cleanly add or remove SMAPI.
2016-11-25preprocess mods through Mono.Cecil to allow rewriting later (#166)Jesse Plamondon-Willard
2016-11-04normalise inconsistent line endingsJesse Plamondon-Willard
2016-09-30Reverted to .net 4.5 - There was already quite a lot of trouble with people ↵ClxS
not having 4.5 installed before, I want to avoid that.
2016-05-29Attempt to migrate to new directory structure.Gormogon