Preventing embedding of interop types in nuspec package file

I created the nuget package for the interaction library. When using this package, Nuget automatically sets the Deploy Interaction Types to True.

However, in my project it should be False.

Is there a way in Nuget to indicate that interaction types should not be inlined?

+7
source share

Source: https://habr.com/ru/post/1012517/


All Articles