diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 21:15:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 21:15:16 -0400 |
commit | 9c1617c9ee51a0f6b93242fe8fc789336957460c (patch) | |
tree | fc1cf736ed0c7c6e8731abf87bfb8d1a17f8746d /build/common.targets | |
parent | b9bc1a6d17cafa0a97b46ffecda432cfc2f23b51 (diff) | |
download | SMAPI-9c1617c9ee51a0f6b93242fe8fc789336957460c.tar.gz SMAPI-9c1617c9ee51a0f6b93242fe8fc789336957460c.tar.bz2 SMAPI-9c1617c9ee51a0f6b93242fe8fc789336957460c.zip |
drop support for Stardew Valley 1.2 (#453)
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index 6773dbe4..1230ec15 100644 --- a/build/common.targets +++ b/build/common.targets @@ -38,7 +38,7 @@ <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86"> <Private>False</Private> </Reference> - <Reference Include="Netcode" Condition="Exists('$(GamePath)\Netcode.dll')"> + <Reference Include="Netcode"> <HintPath>$(GamePath)\Netcode.dll</HintPath> <Private Condition="'$(MSBuildProjectName)' != 'StardewModdingAPI.Tests'">False</Private> </Reference> |