From a65d97d5868799427f0918c753cf1cb94fcb8f0b Mon Sep 17 00:00:00 2001 From: Fernando Aguilar Date: Mon, 19 Sep 2022 20:24:53 -0700 Subject: [PATCH] Fixed rebase --- src/NuGet.Clients/NuGet.CommandLine/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NuGet.Clients/NuGet.CommandLine/Program.cs b/src/NuGet.Clients/NuGet.CommandLine/Program.cs index b9ca2988c32..bc4e0a13799 100644 --- a/src/NuGet.Clients/NuGet.CommandLine/Program.cs +++ b/src/NuGet.Clients/NuGet.CommandLine/Program.cs @@ -249,7 +249,6 @@ private Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs a AssemblyName name = new AssemblyName(args.Name); Assembly customLoadedAssembly = null; - Assembly customLoadedAssembly = null; if (string.Equals(name.Name, ThisExecutableName, StringComparison.OrdinalIgnoreCase)) { customLoadedAssembly = NuGetExeAssembly;