There are a few nuget packages that are not referenced or used in the code, though some of the dependencies of the dependencies are used. This removes the unused packages and adds an explicit dependency on what is required.
Changes
Remove package reference to unused nuget packages
Adds an explicit reference to the correct dependency
Description
There are a few nuget packages that are not referenced or used in the code, though some of the dependencies of the dependencies are used. This removes the unused packages and adds an explicit dependency on what is required.
Changes
Validation