summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit
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.Toolkit
parentbe086cf0056294bc5643bde3bb5b7b73aa4b362f (diff)
downloadSMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.tar.gz
SMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.tar.bz2
SMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.zip
update fluent HTTP client
Diffstat (limited to 'src/SMAPI.Toolkit')
-rw-r--r--src/SMAPI.Toolkit/SMAPI.Toolkit.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj b/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj
index e021993f..7b79105f 100644
--- a/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj
+++ b/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj
@@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.43" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
- <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.1.0" />
+ <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.1.1" />
<PackageReference Include="System.Management" Version="5.0.0" Condition="'$(OS)' == 'Windows_NT'" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" Condition="'$(OS)' == 'Windows_NT'" />
</ItemGroup>