Skip to content

Instantly share code, notes, and snippets.

@melanchall
Created October 5, 2022 16:41
Show Gist options
  • Save melanchall/d270a1139804c0cbb372ef55bd68e3bc to your computer and use it in GitHub Desktop.
Save melanchall/d270a1139804c0cbb372ef55bd68e3bc to your computer and use it in GitHub Desktop.
[Medium] NuGet Native 13
<ItemGroup>
<None Include="test.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>build\</PackagePath>
<Pack>true</Pack>
</None>
<None Include="test.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>build\</PackagePath>
<Pack>true</Pack>
</None>
<None Include="DualLibClassLibrary.targets">
<PackagePath>build\</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment