ResolveAssemblyReference.DependsOnSystemRuntime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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