From a5b1c1c1b6b75e1ea7fa38644f064a4fc5358785 Mon Sep 17 00:00:00 2001 From: Ahmed Afifi Date: Mon, 14 Oct 2024 10:36:14 +0300 Subject: [PATCH] update dotnet version --- NuGet.config | 2 -- eng/SendToHelix.proj | 2 +- .../IISHostedWcfService/App_code/CoreWCF/BasicHttpsBinding.cs | 1 - .../IISHostedWcfService/App_code/CoreWCF/NetHttpsBinding.cs | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/NuGet.config b/NuGet.config index b72212fed1b..89b7dfff87d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,8 +5,6 @@ - - diff --git a/eng/SendToHelix.proj b/eng/SendToHelix.proj index a2ab9ba081f..de289642f84 100644 --- a/eng/SendToHelix.proj +++ b/eng/SendToHelix.proj @@ -19,7 +19,7 @@ - + aspnetcore-runtime Current diff --git a/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/BasicHttpsBinding.cs b/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/BasicHttpsBinding.cs index 518a27ca6ae..9863095aa04 100644 --- a/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/BasicHttpsBinding.cs +++ b/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/BasicHttpsBinding.cs @@ -3,7 +3,6 @@ // See the LICENSE file in the project root for more information. #if NET - using CoreWCF; using CoreWCF.Channels; diff --git a/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/NetHttpsBinding.cs b/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/NetHttpsBinding.cs index 567efb8ab0c..a4b26e52469 100644 --- a/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/NetHttpsBinding.cs +++ b/src/System.Private.ServiceModel/tools/IISHostedWcfService/App_code/CoreWCF/NetHttpsBinding.cs @@ -3,7 +3,6 @@ // See the LICENSE file in the project root for more information. #if NET - using CoreWCF; using CoreWCF.Channels;