Skip to content

Commit 9a4f831

Browse files
committed
Remove remarks that we've rendered obsolete
1 parent 1747bdb commit 9a4f831

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Microsoft.DotNet.Wpf/src/Common/src/System/AppContextDefaultValues.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ private static void ParseTargetFrameworkName(out string identifier, out string p
7171
/// <summary>
7272
/// This is equivalent to calling <code>AppDomain.CurrentDomain.SetupInformation.TargetFrameworkName</code>
7373
/// </summary>
74-
/// <remarks>
75-
/// <code>AppDomain.CurrentDomain.SetupInformation</code> is not available until .NET Core 3.0, but we
76-
/// have a need to run this code in .NET Core 2.2, we attempt to obtain this information via Reflection.
77-
/// </remarks>
7874
/// <returns>TargetFrameworkMoniker on .NET Framework and .NET Core 3.0+; null on .NET Core 2.2 or older runtimes</returns>
7975
private static string GetTargetFrameworkMoniker()
8076
{

0 commit comments

Comments
 (0)