RuntimeFramework public sealed class RuntimeFramework Documentation Code 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)