summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/SMAPI.Web.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-22 20:15:25 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-22 20:15:25 -0400
commit1021c3291088d8e47dc23c608aaa7ff1f81c9fd7 (patch)
treec2249dfe9dac2ef8853d38336a1c5f64230a17dc /src/SMAPI.Web/SMAPI.Web.csproj
parentbe086cf0056294bc5643bde3bb5b7b73aa4b362f (diff)
downloadSMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.tar.gz
SMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.tar.bz2
SMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.zip
update fluent HTTP client
Diffstat (limited to 'src/SMAPI.Web/SMAPI.Web.csproj')
-rw-r--r--src/SMAPI.Web/SMAPI.Web.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj
index 4c2569e1..0a460e9e 100644
--- a/src/SMAPI.Web/SMAPI.Web.csproj
+++ b/src/SMAPI.Web/SMAPI.Web.csproj
@@ -25,7 +25,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.5" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" />
<PackageReference Include="Pathoschild.FluentNexus" Version="1.0.5" />
- <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.1.0" />
+ <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.1.1" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" />