Skip to content

Fix Nuget errors "Sequence contains no elements" and other errors on Nuget package resolving.

Julien Wadel requested to merge fix/cswrapper_master into master

Avoid to rebuild all the solution for regenerating the wrapper. Old behaviour was doing only one build in configuration step on external project. Clarify cswrapper by splitting project name into target platform (NetFramework and Uwp)

Merge request reports