Having NuGet Packages across multiple projects can be a challenge. Each PackageRefence across csproj files must specify the same version of the NuGet Package.
Two ways to simplify your NuGet PackageReferences in your C# Projects. Use Directory.Build.targets or Directory.Packages.props to keep a common place for specifying the version of a NuGet Package.
🔔 Subscribe: / @codeopinion
💥 Join this channel to get access to source code & demos!
/ @codeopinion
🔥 Don't have the JOIN button? Support me on Patreon!
/ codeopinion
📝 Blog: https://codeopinion.com
👋 Twitter: / codeopinion
✨ LinkedIn: / dcomartin
Stuart Lang Blog Post: https://stu.dev/managing-package-vers...