diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-02-18 15:08:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-02 15:30:31 -0400 |
commit | 7f7561469fd74d461b8dc4a1e934eed98d2c808b (patch) | |
tree | ce702950d2c362430d0d1d451076054a2606b887 /src/SMAPI | |
parent | 072efba6dcd28a2b65fba9689b96c0352e7f40d0 (diff) | |
download | SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.tar.gz SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.tar.bz2 SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.zip |
update to FluentHttpClient 4.3.0
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index e00dd46e..530b75aa 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -24,7 +24,7 @@ <PackageReference Include="Mono.Cecil" Version="0.11.4" /> <PackageReference Include="MonoMod.Common" Version="22.3.5.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> - <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.2.0" /> + <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.3.0" /> <PackageReference Include="Pintail" Version="2.2.2" /> <PackageReference Include="Platonymous.TMXTile" Version="1.5.9" /> <PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> |