<PackageReference Include="NUnit" Version="3.10.1" />

RuntimeFramework

public sealed class RuntimeFramework
public static readonly Version DefaultVersion

public static RuntimeFramework CurrentFramework { get; }

public bool AllowAnyVersion { get; }

public Version ClrVersion { get; }

public string DisplayName { get; }

public Version FrameworkVersion { get; }

public RuntimeType Runtime { get; }

public RuntimeFramework(RuntimeType runtime, Version version)

public static RuntimeFramework Parse(string s)

public bool Supports(RuntimeFramework target)