diff --git a/Contentless/Config.cs b/Contentless/Config.cs index beacabd..d1dd626 100644 --- a/Contentless/Config.cs +++ b/Contentless/Config.cs @@ -1,3 +1,4 @@ +using System; using System.Collections.Generic; using Newtonsoft.Json; @@ -13,7 +14,9 @@ public class Config { [JsonProperty("overrides")] public Dictionary Overrides = new(); - + + [JsonProperty("references")] + public string[] References = Array.Empty(); } public class Override { diff --git a/Test/Content/Contentless.json b/Test/Content/Contentless.json index 63ff0e0..1be0cbd 100644 --- a/Test/Content/Contentless.json +++ b/Test/Content/Contentless.json @@ -5,6 +5,7 @@ "Ex*.png" ], "logSkipped": false, + "references": ["monogame.extended.content.pipeline"], "overrides": { "Copy.*": { "copy": true