From 9a4f8317d5c0edc439595a39053edd5fc22d806a Mon Sep 17 00:00:00 2001 From: h3xds1nz Date: Wed, 4 Sep 2024 19:04:18 +0200 Subject: [PATCH] Remove remarks that we've rendered obsolete --- .../src/Common/src/System/AppContextDefaultValues.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Microsoft.DotNet.Wpf/src/Common/src/System/AppContextDefaultValues.cs b/src/Microsoft.DotNet.Wpf/src/Common/src/System/AppContextDefaultValues.cs index b1331cd912f..8ed032a1242 100644 --- a/src/Microsoft.DotNet.Wpf/src/Common/src/System/AppContextDefaultValues.cs +++ b/src/Microsoft.DotNet.Wpf/src/Common/src/System/AppContextDefaultValues.cs @@ -71,10 +71,6 @@ private static void ParseTargetFrameworkName(out string identifier, out string p /// /// This is equivalent to calling AppDomain.CurrentDomain.SetupInformation.TargetFrameworkName /// - /// - /// AppDomain.CurrentDomain.SetupInformation is not available until .NET Core 3.0, but we - /// have a need to run this code in .NET Core 2.2, we attempt to obtain this information via Reflection. - /// /// TargetFrameworkMoniker on .NET Framework and .NET Core 3.0+; null on .NET Core 2.2 or older runtimes private static string GetTargetFrameworkMoniker() {