From 2b71fd9082a64edcc35995b789021f82a6ad558d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:31:40 +0000 Subject: [PATCH] Bump RestSharp from 108.0.2 to 111.1.0 Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 108.0.2 to 111.1.0. - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Commits](https://github.com/restsharp/RestSharp/compare/108.0.2...111.1.0) --- updated-dependencies: - dependency-name: RestSharp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- MeetupToRTM/Core.csproj | 25 +++++++++++++++++++++++-- MeetupToRTM/packages.config | 13 +++++++++---- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/MeetupToRTM/Core.csproj b/MeetupToRTM/Core.csproj index 2c88682..aead688 100644 --- a/MeetupToRTM/Core.csproj +++ b/MeetupToRTM/Core.csproj @@ -135,6 +135,10 @@ ..\packages\MaterialDesignThemes.3.1.2\lib\net45\MaterialDesignThemes.Wpf.dll + + ..\packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll + True + ..\packages\Microsoft.CodeCoverage.16.6.1\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll @@ -157,8 +161,9 @@ RememberTheMilkApi.dll - - ..\packages\RestSharp.106.11.3\lib\net452\RestSharp.dll + + ..\packages/RestSharp.111.1.0/lib/net48/RestSharp.dll + True ..\packages\ShowMeTheXAML.1.0.12\lib\net45\ShowMeTheXAML.dll @@ -225,7 +230,23 @@ True + + ..\packages/System.Text.Encodings.Web.8.0.0/lib/net462/System.Text.Encodings.Web.dll + True + + + ..\packages/System.Text.Json.8.0.3/lib/net462/System.Text.Json.dll + True + + + ..\packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.dll + True + + + ..\packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll + True + diff --git a/MeetupToRTM/packages.config b/MeetupToRTM/packages.config index 3ca6976..065886f 100644 --- a/MeetupToRTM/packages.config +++ b/MeetupToRTM/packages.config @@ -8,16 +8,17 @@ - + + - + - - + + @@ -31,4 +32,8 @@ + + + + \ No newline at end of file