bytedreamer / OSDP.Net

A .NET Core control panel implementation of the Open Supervised Device Protocol(OSDP)
Apache License 2.0
47 stars 19 forks source link

Optimise dependency graph #178

Closed thompson-tomo closed 3 weeks ago

thompson-tomo commented 4 weeks ago

Only dependencies that are not capable of being provided as part of the framework should be an external dependency, this means STJ only included for net framework/standard

bytedreamer commented 3 weeks ago

@thompson-tomo Is there a Nuget dependency that you think is not needed?

thompson-tomo commented 3 weeks ago

@bytedreamer to make it easier to see i have just submitted #179 showing the slight change. With that change net 6 & 8 will only have 2 dependencies instead of 6 as those additional 4 come from the newer frameworks