diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-22 20:15:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-22 20:15:25 -0400 |
commit | 1021c3291088d8e47dc23c608aaa7ff1f81c9fd7 (patch) | |
tree | c2249dfe9dac2ef8853d38336a1c5f64230a17dc /src/SMAPI.Toolkit | |
parent | be086cf0056294bc5643bde3bb5b7b73aa4b362f (diff) | |
download | SMAPI-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.csproj | 2 |
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> |