This list of instruction should be applied if you want to set up development environment in which development of PrivmxEndpointCsharpExtra depends on not yet released version of PrivmxEndpointCsharp.
Steps:
- Build and pack
PrivmxEndpointCsharp, see package developer notes to get information on how to build native wrapper - Clear nuget cache with
nuget locals all -clear - Copy nuget package from step
1.to./LocalPackages - Restore nuget packages in project/reload project
In ./PrivmxEndpointCsharpExtra directory run:
dotnet pack -c Releasenuget package will have dependency on PrivmxEndpointCsharp and contain include InernalTools dll as its private dependency.