Update packaging for .NET Core
This commit is contained in:
parent
1f49263c50
commit
eeadf81e1d
@ -31,7 +31,11 @@
|
|||||||
<Content Include="LICENSE" PackagePath="" />
|
<Content Include="LICENSE" PackagePath="" />
|
||||||
<Content Include="AUTHORS" PackagePath="" />
|
<Content Include="AUTHORS" PackagePath="" />
|
||||||
<Content Include="ChangeLog" PackagePath="" />
|
<Content Include="ChangeLog" PackagePath="" />
|
||||||
<Content Include="runtimes\**\*.*" PackagePath="runtimes\" />
|
<Content Include="runtimes/win-x64/native/libsodium.dll" PackagePath="runtimes/win-x64/native/" />
|
||||||
|
<Content Include="runtimes/win-x86/native/libsodium.dll" PackagePath="runtimes/win-x86/native/" />
|
||||||
|
<Content Include="runtimes/linux-x64/native/libsodium.so" PackagePath="runtimes/linux-x64/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/" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user