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.Web/SMAPI.Web.csproj | |
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.Web/SMAPI.Web.csproj')
-rw-r--r-- | src/SMAPI.Web/SMAPI.Web.csproj | 2 |
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" /> |