C# C dll next to the executable

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MineGame159

I want to use Wren scripting language in my game but it is written in C so i downloaded wrapper throught nuget. That works fine but it needs to have native C wren.dll next to the executable. How i can do that?