Monday, February 8, 2021

.Net 5.0 Project Dependencies are now simplified

If you come from a background of .Net framework , you must see hugh improvement and shifts in how we managed project depencies. Let us have a close look.

It is now neatly categorised

  • PROJECTS folder dependencies within solution
  • Nuget package is bundled under PACKAGES
  • Framework reference such as .net core or .net 5 is bundled in FRAMEWORKS folder.

Next time you open Visual studio 2019 solution with Blazor , Xamarin or MVC project you should have figure out this feature. 




No comments :