Linking a third party library only to be used in Plugin

I am adding a library to my plugin using

PublicAdditionalLibraries.Add(Path.Combine(LibPath, "winlib.lib"));

But this also exposes the functionality of the library to the game, is there a way to include the library in the plugin in a way that its only available to the plugin?