summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-28 00:49:54 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-28 00:49:54 -0400
commit6a6c484b9867524d2eaa617da4dde36fec8c3110 (patch)
treef8949615d01350874d5c09a095db9596ae5a6bca /src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj
parentb2a1a51dea572163993d496d7c1da569739dfa0e (diff)
downloadSMAPI-6a6c484b9867524d2eaa617da4dde36fec8c3110.tar.gz
SMAPI-6a6c484b9867524d2eaa617da4dde36fec8c3110.tar.bz2
SMAPI-6a6c484b9867524d2eaa617da4dde36fec8c3110.zip
add accessed key to dictionary KeyNotFoundException message
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj')
-rw-r--r--src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj b/src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj
index 006a09ca..531d3699 100644
--- a/src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj
+++ b/src/SMAPI.Mods.ErrorHandler/SMAPI.Mods.ErrorHandler.csproj
@@ -15,6 +15,7 @@
<ItemGroup>
<Reference Include="$(GameExecutableName)" HintPath="$(GamePath)\$(GameExecutableName).exe" Private="False" />
+ <Reference Include="StardewValley.GameData" HintPath="$(GamePath)\StardewValley.GameData.dll" Private="False" />
<Reference Include="xTile" HintPath="$(GamePath)\xTile.dll" Private="False" />
</ItemGroup>