diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-03 01:29:56 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-03 01:29:56 -0400 |
| commit | 136525b40df5d47b8e398a394af081e19efcf86c (patch) | |
| tree | 4ed33b821b9491c8a865d060eac09ab37086f36a /src/prepare-install-package.targets | |
| parent | 771263299cae11d464c25c5291e59507c639e822 (diff) | |
| download | SMAPI-136525b40df5d47b8e398a394af081e19efcf86c.tar.gz SMAPI-136525b40df5d47b8e398a394af081e19efcf86c.tar.bz2 SMAPI-136525b40df5d47b8e398a394af081e19efcf86c.zip | |
remove System.ValueTuple
This caused reference errors on Linux/Mac, and there aren't enough use cases to look into it further for now.
Diffstat (limited to 'src/prepare-install-package.targets')
| -rw-r--r-- | src/prepare-install-package.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prepare-install-package.targets b/src/prepare-install-package.targets index df8bb100..f0debdd2 100644 --- a/src/prepare-install-package.targets +++ b/src/prepare-install-package.targets @@ -31,7 +31,6 @@ <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\StardewModdingAPI.config.json" DestinationFolder="$(PackageInternalPath)\Mono" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\System.Numerics.dll" DestinationFolder="$(PackageInternalPath)\Mono" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\System.Runtime.Caching.dll" DestinationFolder="$(PackageInternalPath)\Mono" /> - <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\System.ValueTuple.dll" DestinationFolder="$(PackageInternalPath)\Mono" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\unix-launcher.sh" DestinationFiles="$(PackageInternalPath)\Mono\StardewModdingAPI" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\steam_appid.txt" DestinationFolder="$(PackageInternalPath)\Mono" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="@(CompiledMods)" DestinationFolder="$(PackageInternalPath)\Mono\Mods\%(RecursiveDir)" /> |
