summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/SMAPI.Web.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-02-18 15:08:00 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-02 15:30:31 -0400
commit7f7561469fd74d461b8dc4a1e934eed98d2c808b (patch)
treece702950d2c362430d0d1d451076054a2606b887 /src/SMAPI.Web/SMAPI.Web.csproj
parent072efba6dcd28a2b65fba9689b96c0352e7f40d0 (diff)
downloadSMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.tar.gz
SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.tar.bz2
SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.zip
update to FluentHttpClient 4.3.0
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 1c0e4e42..1e568572 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="7.0.1" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" />
<PackageReference Include="Pathoschild.FluentNexus" Version="1.0.5" />
- <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.2.0" />
+ <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" />