Autopper dll appears at the root of the project in the solution explorer

In the MVC project, I upgraded from AutoMapper 3.1.0 to AutoMapper 3.1.1, and now I can see AutoMapper.Net4.dllin the root directory of the project in Solution Explorer.

automapper in solution explorer

When I go to the project directory, the DLL does not exist at the root of the project, as shown in Solution Explorer. When I look at its properties in Solution Explorer, I see that the file is in packages\AutoMapper.3.1.1\lib\net40\AutoMapper.Net4.dllin my project. The application itself seems to be working fine.

So I wonder what is going on here? Because I have never seen this before.

Thanks.

Edit

I will return to version 3.1.0 and this problem was not found.

+4
source share
1 answer

- 3.2. PowerShell script, .Net4.dll bin ( MSBuild ).

+2

Source: https://habr.com/ru/post/1526568/


All Articles