From d697d1aab4afa95bf7ca26458dc26376910d02cc Mon Sep 17 00:00:00 2001 From: wfurt Date: Mon, 24 May 2021 17:54:29 +0200 Subject: [PATCH] make networking easier to debug with console --- src/libraries/System.Net.Http/src/System.Net.Http.csproj | 2 +- src/libraries/System.Net.Quic/src/System.Net.Quic.csproj | 1 + .../System.Net.Security/src/System.Net.Security.csproj | 2 +- src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj index 3824e3fb25380c..cf6c743ce044b1 100644 --- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj +++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj @@ -619,6 +619,7 @@ + @@ -644,7 +645,6 @@ - diff --git a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj index 9534d9212821d5..e1f29c77f0f322 100644 --- a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj +++ b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj @@ -46,6 +46,7 @@ + diff --git a/src/libraries/System.Net.Security/src/System.Net.Security.csproj b/src/libraries/System.Net.Security/src/System.Net.Security.csproj index abaec887591401..100115a0920a2c 100644 --- a/src/libraries/System.Net.Security/src/System.Net.Security.csproj +++ b/src/libraries/System.Net.Security/src/System.Net.Security.csproj @@ -408,6 +408,7 @@ + @@ -424,7 +425,6 @@ - diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj index e33132df5f2ee0..9f56ca5250a529 100644 --- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj +++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj @@ -275,6 +275,7 @@ +