When we create a nuget package in visual studio 2017, it adds the project references as another nuget reference by default. How can we disable that while creating package and instead:
- Chose a different package name
- include the dll of the project instead while creating the package