I am building a small web api and i wish to use Swagger ui to test it. However, when i install it, i get the following errors:
- DNX 4.5.1 error NU1001, in project.json: The dependency WebActivatorEx could not be resolved.
- DNX Core 5.0 error NU1002, in project.json: The dependency Microsoft.AspNet.WebApi.Client 4.0.20710 in project DiveApi does not support framework DNXCore,Version=v5.0.
My dependencies look as follows :
I am using ASP.NET 5 Web API.
So far the suggestions i have found have not solved my problem and have no clue what to do from here. Hope I have supplied sufficient info, and thanks in advance!