Mid ASP.NET Core

How do you handle version conflicts (e.g., multiple dependencies needing different versions of a library)?

  • Use binding redirects (in .NET Framework).
  • Use assembly version unification and strong-named assemblies.
  • In .NET Core, resolve via NuGet package management, use central package

versions.

  • Consider upgrading or consolidating dependencies.

More from ASP.NET Core Tutorial

All questions for this course