I have Http Trigger function in .Net 5.0.
I added output binding to the function to a Queue by following this article:
I am having an error when I define the Output binding in the multi response class. Can't figure out the napespace for the [QueueOutput( ..

It may be a small fix but haven't been able to figure it out. There are code snippets over the Web but no working example where I can see which nugget package I am missing. Any help will be appreciated.