diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-07 00:21:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-07 00:21:09 -0400 |
commit | 5a0d337fcf6d18eed55334361b3eef3021912498 (patch) | |
tree | 3ddb94994bd356532163a269ff1c94e7cfad71ca /src/SMAPI.Web | |
parent | 2c2542657890d896750384bbaa2cb765379bad06 (diff) | |
download | SMAPI-5a0d337fcf6d18eed55334361b3eef3021912498.tar.gz SMAPI-5a0d337fcf6d18eed55334361b3eef3021912498.tar.bz2 SMAPI-5a0d337fcf6d18eed55334361b3eef3021912498.zip |
update FluentHttpClient
Diffstat (limited to 'src/SMAPI.Web')
-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 d26cb6f8..81b187fe 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="6.0.5" /> <PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" /> <PackageReference Include="Pathoschild.FluentNexus" Version="1.0.5" /> - <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.1.1" /> + <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.2.0" /> </ItemGroup> <ItemGroup> <DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" /> |