mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
custom fusion joinmap working. updates to hotfix PD.Core build
This commit is contained in:
parent
52494ca13e
commit
9d354fb0ed
7 changed files with 255 additions and 230 deletions
|
|
@ -29,7 +29,7 @@ namespace PepperDash.Essentials.Core.Config
|
|||
public List<TieLineConfig> TieLines { get; set; }
|
||||
|
||||
[JsonProperty("joinMaps")]
|
||||
public Dictionary<string, JToken> JoinMaps { get; set; }
|
||||
public Dictionary<string, JObject> JoinMaps { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Checks SourceLists for a given list and returns it if found. Otherwise, returns null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue