In version 0.4.3 the net472 version of assemblypublicizer was using the netstandard2.0 version of asmresolver, starting with 0.5.0 it is instead using the net472 version of asmresolver.
The net472 version of asmresolver has MonoMod.Backports as an extra dependency which is not included in the lib folder, making the build break because of a missing dependency when $(MSBuildRuntimeType) != 'Core'

In version 0.4.3 the net472 version of assemblypublicizer was using the netstandard2.0 version of asmresolver, starting with 0.5.0 it is instead using the net472 version of asmresolver.
The net472 version of asmresolver has MonoMod.Backports as an extra dependency which is not included in the lib folder, making the build break because of a missing dependency when
$(MSBuildRuntimeType) != 'Core'