카피 편의용 텍스트
<PackageReference Include="Naratteu.Marshal" Version="1.0.1-beta" ExcludeAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Naratteu.Modbus" Version="1.1.164-beta" ExcludeAssets="all" GeneratePathProperty="true" />
<Reference Include="Naratteu.Marshal" HintPath="$(PkgNaratteu_Marshal)\lib\net7.0\Naratteu.Marshal.dll" />
<Reference Include="Naratteu.Modbus" HintPath="$(PkgNaratteu_Modbus)\lib\net7.0\Naratteu.Modbus.dll" />
직접 dll 참조한 라이브러리는 빌드폴더에 포함되지만 누겟으로 참조한 라이브러리는 publish할때 가서야 포함된다.
별로 권장되는사항은 아니지만 포함이 필요한경우 위와같이 기워낼수 있다.
0.0.0.0 형태의 버전이 아니면 잘 호환이 안되는듯?