Constructor TargetFramework
TargetFramework(string)
Initializes a new instance of the TargetFramework
class with specified moniker.
public TargetFramework(string moniker)
Parameters
moniker
stringString in the standardized token format for specifying the target framework of a .NET project.
TargetFramework(Version, bool, string?)
Initializes a new instance of the TargetFramework
class with specified parameters.
public TargetFramework(Version version, bool isDotNetCore, string? os = null)