I\'m setting up an ASP.NET Core project on TeamCity. The binaries it builds crash on startup on other machines. The error message shows that it is looking for dlls in paths
If you are using the newer .csproj format
Adding false under the tag fixed the issue for me.
false
netcoreapp1.1 false