From 0a3371efa27b66f7358fbece7bd81e2fd60bfcdf Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Wed, 18 Sep 2024 20:34:13 +0100 Subject: [PATCH] Remove Dependency System.Net.Http.Json from Net 6+ System.Net.Http.Json has a dependency on System.Text.Json which has a vulnerability. Removing System.Net.Http.Json from Net 6+ will ensure that the current Net6.0.x or Net8.0.x assemblies will be used --- Refit/Refit.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Refit/Refit.csproj b/Refit/Refit.csproj index 1c0bf8d9b..c75461b6b 100644 --- a/Refit/Refit.csproj +++ b/Refit/Refit.csproj @@ -8,12 +8,9 @@ enable - - - - +