Skip to content

Instantly share code, notes, and snippets.

@jpolvora
Created August 30, 2014 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpolvora/8864750c4e3fd9f3d961 to your computer and use it in GitHub Desktop.
Save jpolvora/8864750c4e3fd9f3d961 to your computer and use it in GitHub Desktop.
WebGrease web.config entry for Nuget Package 1.6.0
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
</dependentAssembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment