Class ProjectFrameworks
- Namespace
- SunamoDevCode.MsBuild.Values
- Assembly
- SunamoDevCode.dll
Framework versions and platform constants for MSBuild projects
public class ProjectFrameworks
- Inheritance
-
ProjectFrameworks
- Inherited Members
- Extension Methods
Fields
NetFwVersions
List of .NET Framework versions
public static readonly List<string> NetFwVersions
Field Value
TargetPlatformMinVersion
Target platform minimum version property name
public const string TargetPlatformMinVersion = "TargetPlatformMinVersion"
Field Value
TargetPlatformVersion
Target platform version property name
public const string TargetPlatformVersion = "TargetPlatformVersion"
Field Value
UapFwVersions
List of Universal Windows Platform framework versions
public static readonly List<string> UapFwVersions