Reply to thread

Which Version VS do you use? You need to use 2015 and you need to click package restore before compiling.

The swagger ui comes from the bower package defined in bower.json and gets downloaded by VS during the package restore.

\Source\Incubator\MP2Extended\wwwroot\lib\swagger-ui


Top Bottom