in case when new nuget packege version not visible for dotnet CLI - clear cache: nuget locals http-cache -clear
The name of the project, used for the assembly name as well as the name of the package. The top level folder name is used if this property is not specified.
docs.microsoft.com
Если вы собираете проект и не можете найти нужные ассембляйки — скорее всего они на месте, но под другим именем
stackoverflow.com
dotnet publish --output #{application_package} --configuration #{$CONFIGURATION}
dotnet publish-iis --publish-folder #{application_package} --framework %publish:FullTargetFramework%
second line fix web.config to correspond IIS expectations