ResolveAssemblyReference.DependsOnSystemRuntime Property

Definition

Whether the assembly or any of its primary references depends on system.runtime. (Aka needs Facade references to resolve duplicate types)

public:
 property System::String ^ DependsOnSystemRuntime { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string DependsOnSystemRuntime { get; }
[<Microsoft.Build.Framework.Output>]
member this.DependsOnSystemRuntime : string
Public ReadOnly Property DependsOnSystemRuntime As String

Property Value

Attributes

Applies to