GetReferenceAssemblyPaths.TargetFrameworkFallbackSearchPaths Property

Definition

Target frameworks are looked up in @RootPath. If it cannot be found there, then paths in @TargetFrameworkFallbackSearchPaths are used for the lookup, in order. This can have multiple paths, separated by ';'

public:
 property System::String ^ TargetFrameworkFallbackSearchPaths { System::String ^ get(); void set(System::String ^ value); };
public string TargetFrameworkFallbackSearchPaths { get; set; }
member this.TargetFrameworkFallbackSearchPaths : string with get, set
Public Property TargetFrameworkFallbackSearchPaths As String

Property Value

Applies to