# Sandbox.Package.PackageReferences

```csharp
string[] PackageReferences { get; set; }
```

List of packages that this package depends on. These will be downloaded and installed when
installing this package.

Declared in [Sandbox.Package](/api/Sandbox.Package).
Assembly: `Sandbox.Engine`.
