summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/SMAPI.Web.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-19 13:15:45 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:52:58 -0400
commitce6cedaf4be53d52f2e558055b91e515b92e4c83 (patch)
tree2984ef22c225e25221c080eb0b26466d99aae1b6 /src/SMAPI.Web/SMAPI.Web.csproj
parent88110dffbf4bace738e8f29133bfb3ac4b265e2c (diff)
downloadSMAPI-ce6cedaf4be53d52f2e558055b91e515b92e4c83.tar.gz
SMAPI-ce6cedaf4be53d52f2e558055b91e515b92e4c83.tar.bz2
SMAPI-ce6cedaf4be53d52f2e558055b91e515b92e4c83.zip
add background fetch for mod compatibility list (#651)
Diffstat (limited to 'src/SMAPI.Web/SMAPI.Web.csproj')
-rw-r--r--src/SMAPI.Web/SMAPI.Web.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj
index 2f90389b..d53914d5 100644
--- a/src/SMAPI.Web/SMAPI.Web.csproj
+++ b/src/SMAPI.Web/SMAPI.Web.csproj
@@ -16,6 +16,8 @@
</ItemGroup>
<ItemGroup>
+ <PackageReference Include="Hangfire.AspNetCore" Version="1.7.5" />
+ <PackageReference Include="Hangfire.Mongo" Version="0.6.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.9" />
<PackageReference Include="Markdig" Version="0.17.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />