Skip to content

Commit

Permalink
updated manifest to load correct deps
Browse files Browse the repository at this point in the history
  • Loading branch information
p3root committed Mar 9, 2019
1 parent 0c46169 commit 3cb3036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Type": "driver",
"Output": "P3.Driver.Knx.DriverFactory.dll",
"Resources": [],
"Dependencies": ["P3.Knx.Core.Driver.dll", "P3.Knx.Core.Ets.dll", "P3.Knx.Core.Baos.Driver"],
"Dependencies": ["P3.Knx.Core.Driver.dll", "P3.Knx.Core.Ets.dll", "P3.Knx.Core.Baos.Driver.dll", "P3.Knx.Core.Abstractions.dll"],
"MinCoreServerVersion": {
"Major": 0,
"Minor": 7,
Expand Down

0 comments on commit 3cb3036

Please sign in to comment.