How can I make dll.config part of Nuget package
Since dll.config is not supported by .NET and when creating nuget packages, dll.config is not part of the package.
Is there a way that I can have the dll.config as part of the nuget package? If anyone consumes my nuget package they should get the * .dll and * .dll.config file in the folder
I would like to offer some suggestions if possible.
+3
source to share