From 5a379ff354f5a04bfaa04700f6d1e215b6405774 Mon Sep 17 00:00:00 2001 From: bicijinlian Date: Fri, 16 Aug 2024 11:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=BA=93=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=89=E6=BC=8F=E6=B4=9E=E7=9A=84=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + HttpClientStudy.Core/GlobalUsings.cs | 1 + HttpClientStudy.Core/HttpClientStudy.Core.csproj | 8 +++++--- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/HttpClientStudy.Core/GlobalUsings.cs b/HttpClientStudy.Core/GlobalUsings.cs index 04f9c70..0579621 100644 --- a/HttpClientStudy.Core/GlobalUsings.cs +++ b/HttpClientStudy.Core/GlobalUsings.cs @@ -3,6 +3,7 @@ global using System.Linq; global using System.Text; global using System.Threading; global using System.Threading.Tasks; +global using System.Net; global using System.Net.Mime; global using System.Net.Http; global using System.Net.Http.Json; diff --git a/HttpClientStudy.Core/HttpClientStudy.Core.csproj b/HttpClientStudy.Core/HttpClientStudy.Core.csproj index 2f388a4..1029ef1 100644 --- a/HttpClientStudy.Core/HttpClientStudy.Core.csproj +++ b/HttpClientStudy.Core/HttpClientStudy.Core.csproj @@ -8,11 +8,13 @@ - - - + + + + +