From ac19bb237e2db49e280170fb22d3037c96c72419 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Mon, 12 Jul 2021 10:23:16 -0700 Subject: [PATCH 1/2] Update NuGet.config We can't use nuget.org in this manner to comply with security guidance --- .../tests/StressTests/HttpStress/NuGet.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config index 0992c432038a9..bff97919cb20c 100644 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config +++ b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config @@ -1,7 +1,7 @@ - - + + - \ No newline at end of file + From 18a6c01bbc023c7ad41b6c8f11d518f8dca126a5 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Hoyos Ayala Date: Mon, 12 Jul 2021 10:49:52 -0700 Subject: [PATCH 2/2] Remove NuGet config in HTTP stress --- .../tests/StressTests/HttpStress/NuGet.config | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config deleted file mode 100644 index bff97919cb20c..0000000000000 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/NuGet.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -