Skip to content

Commit

Permalink
Remove remarks that we've rendered obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xds1nz committed Sep 4, 2024
1 parent 1747bdb commit 9a4f831
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ private static void ParseTargetFrameworkName(out string identifier, out string p
/// <summary>
/// This is equivalent to calling <code>AppDomain.CurrentDomain.SetupInformation.TargetFrameworkName</code>
/// </summary>
/// <remarks>
/// <code>AppDomain.CurrentDomain.SetupInformation</code> 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.
/// </remarks>
/// <returns>TargetFrameworkMoniker on .NET Framework and .NET Core 3.0+; null on .NET Core 2.2 or older runtimes</returns>
private static string GetTargetFrameworkMoniker()
{
Expand Down

0 comments on commit 9a4f831

Please # to comment.