summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-18 23:34:34 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-28 00:01:45 -0500
commit3c6549db3e2716b1ebc1f2f9e970fb0dc15613eb (patch)
treeec28acdd89a1736b028838af42e50118dee85fe9 /src/SMAPI
parent33c7a0392cc9f39f885f50774e980a0bf3643fd6 (diff)
downloadSMAPI-3c6549db3e2716b1ebc1f2f9e970fb0dc15613eb.tar.gz
SMAPI-3c6549db3e2716b1ebc1f2f9e970fb0dc15613eb.tar.bz2
SMAPI-3c6549db3e2716b1ebc1f2f9e970fb0dc15613eb.zip
remove reference no longer needed in .NET 5
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/SMAPI.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj
index a04dd1b6..16ddb92a 100644
--- a/src/SMAPI/SMAPI.csproj
+++ b/src/SMAPI/SMAPI.csproj
@@ -31,7 +31,6 @@
<Reference Include="..\..\build\0Harmony.dll" Private="True" />
<Reference Include="$(GameExecutableName)" HintPath="$(GamePath)\$(GameExecutableName).dll" Private="False" />
<Reference Include="StardewValley.GameData" HintPath="$(GamePath)\StardewValley.GameData.dll" Private="False" />
- <Reference Include="System.Numerics" Private="True" />
<Reference Include="GalaxyCSharp" HintPath="$(GamePath)\GalaxyCSharp.dll" Private="False" />
<Reference Include="Lidgren.Network" HintPath="$(GamePath)\Lidgren.Network.dll" Private="False" />
<Reference Include="MonoGame.Framework" HintPath="$(GamePath)\MonoGame.Framework.dll" Private="False" />