We are publishing with command dotnet publish "path" --no-restore --no-build --no-self-contained
After publishing the LargeAdressAware disappears.
As a workaround I am thinking about copying my *.exe from Release to Publish folder.
It looks like impossible to use the package with publish command.
We are publishing with command dotnet publish "path" --no-restore --no-build --no-self-contained
After publishing the LargeAdressAware disappears.
As a workaround I am thinking about copying my *.exe from Release to Publish folder.
It looks like impossible to use the package with publish command.