From 0f85880bcd00a1943460773e9e4ae5359f8a651d 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 +- .../CertificateGeneratorLibrary/CertificateHelper.cs | 3 +-- .../IISHostedWcfService/App_code/CoreWCF/BasicHttpsBinding.cs | 1 - .../IISHostedWcfService/App_code/CoreWCF/NetHttpsBinding.cs | 1 - 5 files changed, 2 insertions(+), 7 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/CertificateGenerator/CertificateGeneratorLibrary/CertificateHelper.cs b/src/System.Private.ServiceModel/tools/CertificateGenerator/CertificateGeneratorLibrary/CertificateHelper.cs index 81aa53ba69d..f86f704a205 100644 --- a/src/System.Private.ServiceModel/tools/CertificateGenerator/CertificateGeneratorLibrary/CertificateHelper.cs +++ b/src/System.Private.ServiceModel/tools/CertificateGenerator/CertificateGeneratorLibrary/CertificateHelper.cs @@ -33,8 +33,7 @@ public static class CurrentOperatingSystem /// Returns true if current OS matches OSPlatform /// /// OS Platform to check for - public static bool IsOSPlatform(OSPlatform osPlatform) => - RuntimeInformation.IsOSPlatform(osPlatform); + public static bool IsOSPlatform(OSPlatform osPlatform) => RuntimeInformation.IsOSPlatform(osPlatform); } public static X509Store GetX509Store(StoreName storeName, StoreLocation storeLocation) 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;