also detect broken Netcode references
This commit is contained in:
parent
530b120014
commit
8839b6822a
|
@ -17,7 +17,7 @@ namespace StardewModdingAPI.Metadata
|
||||||
*********/
|
*********/
|
||||||
/// <summary>The assembly names to which to heuristically detect broken references.</summary>
|
/// <summary>The assembly names to which to heuristically detect broken references.</summary>
|
||||||
/// <remarks>The current implementation only works correctly with assemblies that should always be present.</remarks>
|
/// <remarks>The current implementation only works correctly with assemblies that should always be present.</remarks>
|
||||||
private readonly string[] ValidateReferencesToAssemblies = { "StardewModdingAPI", "Stardew Valley", "StardewValley" };
|
private readonly string[] ValidateReferencesToAssemblies = { "StardewModdingAPI", "Stardew Valley", "StardewValley", "Netcode" };
|
||||||
|
|
||||||
|
|
||||||
/*********
|
/*********
|
||||||
|
|
Loading…
Reference in New Issue