Modify Dependent Assembly Version in Web config file

  • Thread starter Thread starter PKarthick
  • Start date Start date
P

PKarthick

Guest
i have to modify the Dependent assembly of BindingRedirect version in webconfig file, while installing our custom NuGet.

Can you please anyone help me?

Example:

<dependentAssembly>
<assemblyIdentity name="Compression.base" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
</dependentAssembly>

Continue reading...
 
Back
Top