The Package now targets netstandard2.0 & netcoreapp3.0. Each framework has different dependencies with the main difference being netcoreapp 3.0 use a framework reference to eliminates the need for all of the existing packages but has had to add a non transitant reference for newtonsoft.
The Package now targets netstandard2.0 & netcoreapp3.0. Each framework has different dependencies with the main difference being netcoreapp 3.0 use a framework reference to eliminates the need for all of the existing packages but has had to add a non transitant reference for newtonsoft.
Closes: #97