I'm creating nuget package of my demo.csproj
I have added system.configuration
separatly into this project,
I know that I can add this
system.configuration.dll
into my nuget by using either of adding<dependencies>
tag or y<file>
tag inside.nuspec
file , but is there any other way around likecopy local=true
for this instead using<dependencies>
or '' tag?
To reference standard .NET Framework assemblies, add the following to your .nuspec file:
https://docs.nuget.org/create/nuspec-reference