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.Web/SMAPI.Web.csproj | |
parent | be086cf0056294bc5643bde3bb5b7b73aa4b362f (diff) | |
download | SMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.tar.gz SMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.tar.bz2 SMAPI-1021c3291088d8e47dc23c608aaa7ff1f81c9fd7.zip |
update fluent HTTP client
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 4c2569e1..0a460e9e 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.0" /> + <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.1.1" /> </ItemGroup> <ItemGroup> <DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" /> |