IProjectContext.PackagesDirectory 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.
NuGet package root for the project.
public:
property System::String ^ PackagesDirectory { System::String ^ get(); };
public string PackagesDirectory { get; }
member this.PackagesDirectory : string
Public ReadOnly Property PackagesDirectory As String