you can exclude the build tasks that copy the file...
# social
k
you can exclude the build tasks that copy the files if you only want the dll's ?
Copy code
<PackageReference Include="uSync" Version="9.0.1">
  <ExcludeAssets>buildTransitive;build</ExcludeAssets>
</PackageReference>