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;