Skip to content

Commit

Permalink
Put the packaging line for nuget back in (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanMollet authored and jedisct1 committed Mar 7, 2022
1 parent 32cba2b commit f0ad119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/dotnet-core/libsodium.pkgproj
Expand Up @@ -32,6 +32,7 @@
<Content Include="runtimes/linux-arm/native/libsodium.so" PackagePath="runtimes/linux-arm/native/" />
<Content Include="runtimes/linux-musl-x64/native/libsodium.so" PackagePath="runtimes/linux-musl-x64/native/" />
<Content Include="runtimes/osx-x64/native/libsodium.dylib" PackagePath="runtimes/osx-x64/native/" />
<Content Include="runtimes/osx-arm64/native/libsodium.dylib" PackagePath="runtimes/osx-arm64/native/" />
</ItemGroup>

</Project>

0 comments on commit f0ad119

Please sign in to comment.