diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-13 18:44:26 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-13 18:44:26 -0500 |
commit | abfe053a5ae8aabb6d8f1605539a48ec4a751463 (patch) | |
tree | 15dcfc3b4ef8db37f5fcfc8e33455174b1f5514a | |
parent | 6bf43e23c7844bd6b6a98c25f51f5032468afff0 (diff) | |
download | SMAPI-abfe053a5ae8aabb6d8f1605539a48ec4a751463.tar.gz SMAPI-abfe053a5ae8aabb6d8f1605539a48ec4a751463.tar.bz2 SMAPI-abfe053a5ae8aabb6d8f1605539a48ec4a751463.zip |
fix inconsistent PackageReference format
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index 7f6444d1..471e98fc 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -55,9 +55,7 @@ </PropertyGroup> <ItemGroup> <PackageReference Include="LargeAddressAware" Version="1.0.3" /> - <PackageReference Include="Lib.Harmony"> - <Version>1.2.0.1</Version> - </PackageReference> + <PackageReference Include="Lib.Harmony" Version="1.2.0.1 "/> <PackageReference Include="Mono.Cecil" Version="0.10.1" /> <PackageReference Include="Newtonsoft.Json" Version="11.0.2" /> </ItemGroup> |