Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

In ASP.NET 5, .csproj class libraries not outputting the .dlls in the location specified by path.

$
0
0

I have VS 2015 solution in which I have added some .csproj class libraries some of them are already existing projects and are used in other solutions (VS2010).

The output path for .csproj Class libraries is specified, but when I build those libraries via VS2015 solution it doesn't output the .dlls in specified output path but in obj\debug folder.

But the same .csproj class library is built in VS2010 solution, it outputs the .dll in the location specified in the output path.

Any Idea how may I rectify this issue with VS2015?


Viewing all articles
Browse latest Browse all 9386

Trending Articles