I am getting following error while creating nuget package for a custom activity that i created. I created a Library project in C#. The code takes an input string return the output using that input.
I added 2 references:
- System.Activity
- System.ComponentModel.Composition
Following is the code
Please help me find out what went wrong here.