docnet
docnet copied to clipboard
The type or namespace name 'Docnet' could not be found in net45
Describe the bug Nuget package show support for net45 but when we install package it can't find refrence for net45 and showing error "The type or namespace name 'Docnet' could not be found (are you missing a using directive or an assembly reference?)"
To Reproduce Steps to reproduce the behavior:
- create project with net45 target
- Go to manage nuget package and install docnet
- add some code to get page image
- See error