GetReferenceAssemblyPaths.TargetFrameworkFallbackSearchPaths 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.
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