# Editor.StandaloneExporter.AddCodePackageReference

```csharp
System.Threading.Tasks.Task AddCodePackageReference(string package)
```

If the code is referencing a package - we can add it to the manifest using this.

### Parameters

- `package` (`string`)

### Returns

`System.Threading.Tasks.Task`

Declared in [Editor.StandaloneExporter](/api/Editor.StandaloneExporter).
Assembly: `Sandbox.Tools`.
