Help me with this warning message

Hello,
I was working with this Grasshopper file a couple of weeks ago.
barTwist.gh (14.7 KB)
You’d have to have my class library to run it and seems I can’t upload that.
Anyway, it was running with no errors or warnings. Now I get the warning as follows:

Warning (CS1701): Assuming assembly reference ‘RhinoCommon, Version=7.13.21348.13001, Culture=neutral, PublicKeyToken=552281e97c755530’ matches ‘RhinoCommon, Version=7.14.22010.17001, Culture=neutral, PublicKeyToken=552281e97c755530’, you may need to supply runtime policy

Can someone help me understand this? How do I supply a runtime policy?

Anybody home?

Maybe something with the nuget. You can try to update nuget, or clear the nuget caches:

nuget locals all -clear

Problem solved. It turned out to be my class library that had been built with the previous version of Rhino and GH dll’s. Rebuilding my class library resolved the issue.
Joe